mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(embed): remove legacy attribute from embed meeting code
This commit is contained in:
@@ -35,8 +35,8 @@ function EmbedMeeting({ t, url }: Props) {
|
||||
* @returns {string} The iframe embed code.
|
||||
*/
|
||||
const getEmbedCode = () =>
|
||||
`<iframe allow="camera; microphone; display-capture" src="${url}"`
|
||||
+ ' allowfullscreen="true" style="height: 100%; width: 100%; border: 0px;"></iframe>';
|
||||
`<iframe allow="camera; microphone; fullscreen; display-capture" src="${url}"`
|
||||
+ ' style="height: 100%; width: 100%; border: 0px;"></iframe>';
|
||||
|
||||
return (
|
||||
<Dialog
|
||||
|
||||
Reference in New Issue
Block a user