feat(embed-meeting) add autoplay permission to iframe sample
This commit is contained in:
parent
bca9a12df1
commit
579acbc570
|
@ -33,7 +33,7 @@ function EmbedMeeting({ t, url }: Props) {
|
|||
* @returns {string} The iframe embed code.
|
||||
*/
|
||||
const getEmbedCode = () =>
|
||||
`<iframe allow="camera; microphone; fullscreen; display-capture" src="${url}"`
|
||||
`<iframe allow="camera; microphone; fullscreen; display-capture; autoplay" src="${url}"`
|
||||
+ ' style="height: 100%; width: 100%; border: 0px;"></iframe>';
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue