Przeglądaj źródła

fix(embed) fix embed meeting code

master
Tudor-Ovidiu Avram 5 lat temu
rodzic
commit
7f67f78db6

+ 2
- 2
react/features/embed-meeting/components/EmbedMeetingDialog.js Wyświetl plik

35
      * @returns {string} The iframe embed code.
35
      * @returns {string} The iframe embed code.
36
      */
36
      */
37
     const getEmbedCode = () =>
37
     const getEmbedCode = () =>
38
-        `<iframe allow="camera; microphone; display-capture" src="${url}`
39
-        + 'allowfullscreen="true" style="height: 100%; width: 100%; border: 0px;"></iframe>';
38
+        `<iframe allow="camera; microphone; display-capture" src="${url}"`
39
+        + ' allowfullscreen="true" style="height: 100%; width: 100%; border: 0px;"></iframe>';
40
 
40
 
41
     return (
41
     return (
42
         <Dialog
42
         <Dialog

Ładowanie…
Anuluj
Zapisz