Преглед на файлове

fix(embed): remove legacy attribute from embed meeting code

j8
Manuel Garcia преди 4 години
родител
ревизия
ab21e3cd5e
No account linked to committer's email address
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      react/features/embed-meeting/components/EmbedMeetingDialog.js

+ 2
- 2
react/features/embed-meeting/components/EmbedMeetingDialog.js Целия файл

@@ -35,8 +35,8 @@ function EmbedMeeting({ t, url }: Props) {
35 35
      * @returns {string} The iframe embed code.
36 36
      */
37 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; fullscreen; display-capture" src="${url}"`
39
+        + ' style="height: 100%; width: 100%; border: 0px;"></iframe>';
40 40
 
41 41
     return (
42 42
         <Dialog

Loading…
Отказ
Запис