[mirotalk] - add missing, update dep

This commit is contained in:
Miroslav Pejic
2026-02-07 22:57:04 +01:00
parent fe0edc93bd
commit 25a37b7587
10 changed files with 19 additions and 17 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ To embed a meeting in your service or app, use an iframe with the source attribu
```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
allow="camera; microphone; speaker-selection; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay; picture-in-picture"
src="https://p2p.mirotalk.com/join/test"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
@@ -56,7 +56,7 @@ Integrate video meetings into your website or application quickly by incorporati
```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
allow="camera; microphone; speaker-selection; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay; picture-in-picture"
src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>