瀏覽代碼

fix(embed) fix embed meeting code

j8
Tudor-Ovidiu Avram 5 年之前
父節點
當前提交
7f67f78db6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/embed-meeting/components/EmbedMeetingDialog.js

+ 2
- 2
react/features/embed-meeting/components/EmbedMeetingDialog.js 查看文件

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

Loading…
取消
儲存