|
@@ -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 (
|