Emitted when the local user opens the captions panel.
{ "type": "captionsEnabled" }
sambaFrame.on('captionsEnabled', (event) => { console.log('Local user enabled captions'); });
Last updated 1 year ago