Skip to content

Commit

Permalink
fix(iFrame): Add 'speaker-selection' to the allow list.
Browse files Browse the repository at this point in the history
This is needed for Firefox 116 and above for setSinkId to succeed.
  • Loading branch information
jallamsetty1 committed Nov 14, 2023
1 parent 235016d commit 192fce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/API/external/external_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 192fce8

Please sign in to comment.