Procházet zdrojové kódy

feat(embed-meeting) add autoplay permission to iframe sample

master
Saúl Ibarra Corretgé před 4 roky
rodič
revize
579acbc570

+ 1
- 1
react/features/embed-meeting/components/EmbedMeetingDialog.js Zobrazit soubor

@@ -33,7 +33,7 @@ function EmbedMeeting({ t, url }: Props) {
33 33
      * @returns {string} The iframe embed code.
34 34
      */
35 35
     const getEmbedCode = () =>
36
-        `<iframe allow="camera; microphone; fullscreen; display-capture" src="${url}"`
36
+        `<iframe allow="camera; microphone; fullscreen; display-capture; autoplay" src="${url}"`
37 37
         + ' style="height: 100%; width: 100%; border: 0px;"></iframe>';
38 38
 
39 39
     return (

Načítá se…
Zrušit
Uložit