[call-me] - add missing

This commit is contained in:
Miroslav Pejic
2026-02-07 23:11:53 +01:00
parent d5347e05a3
commit f50535d703
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ Easily integrate `Call-Me` into your website or application with a [simple ifram
```html
<iframe
allow="camera; microphone; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
allow="camera; microphone; speaker-selection; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://cme.mirotalk.com/"
style="width: 100vw; height: 100vh; border: 0px;"
></iframe>
+1
View File
@@ -12,6 +12,7 @@
allow="
camera;
microphone;
speaker-selection;
display-capture;
fullscreen;
clipboard-read;
+1 -1
View File
@@ -156,7 +156,7 @@
</div>
<!-- Video call iframe -->
<iframe id="callIframe" allow="camera; microphone; fullscreen; autoplay"></iframe>
<iframe id="callIframe" allow="camera; microphone; speaker-selection; fullscreen; autoplay"></iframe>
<script>
// Replace with your domain name
+1 -1
View File
@@ -166,7 +166,7 @@
</div>
<!-- Video call iframe -->
<iframe id="callIframe" allow="camera; microphone; fullscreen; autoplay"></iframe>
<iframe id="callIframe" allow="camera; microphone; speaker-selection; fullscreen; autoplay"></iframe>
<script>
// Replace with your domain name