fix(iFrame): Add 'speaker-selection' to the allow list.

This is needed for Firefox 116 and above for setSinkId to succeed.
This commit is contained in:
Jaya Allamsetty
2023-11-14 11:17:40 -05:00
committed by Jaya Allamsetty
parent 235016d7cf
commit 192fce8740

View File

@@ -420,7 +420,8 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
'display-capture',
'hid',
'microphone',
'screen-wake-lock'
'screen-wake-lock',
'speaker-selection'
].join('; ');
this._frame.name = frameName;
this._frame.id = frameName;