Selaa lähdekoodia

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

This is needed for Firefox 116 and above for setSinkId to succeed.
factor2
Jaya Allamsetty 1 vuosi sitten
vanhempi
commit
192fce8740
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      modules/API/external/external_api.js

+ 2
- 1
modules/API/external/external_api.js Näytä tiedosto

420
             'display-capture',
420
             'display-capture',
421
             'hid',
421
             'hid',
422
             'microphone',
422
             'microphone',
423
-            'screen-wake-lock'
423
+            'screen-wake-lock',
424
+            'speaker-selection'
424
         ].join('; ');
425
         ].join('; ');
425
         this._frame.name = frameName;
426
         this._frame.name = frameName;
426
         this._frame.id = frameName;
427
         this._frame.id = frameName;

Loading…
Peruuta
Tallenna