[call-me] - add missing
This commit is contained in:
@@ -115,7 +115,7 @@ Easily integrate `Call-Me` into your website or application with a [simple ifram
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<iframe
|
<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/"
|
src="https://cme.mirotalk.com/"
|
||||||
style="width: 100vw; height: 100vh; border: 0px;"
|
style="width: 100vw; height: 100vh; border: 0px;"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
allow="
|
allow="
|
||||||
camera;
|
camera;
|
||||||
microphone;
|
microphone;
|
||||||
|
speaker-selection;
|
||||||
display-capture;
|
display-capture;
|
||||||
fullscreen;
|
fullscreen;
|
||||||
clipboard-read;
|
clipboard-read;
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Video call iframe -->
|
<!-- Video call iframe -->
|
||||||
<iframe id="callIframe" allow="camera; microphone; fullscreen; autoplay"></iframe>
|
<iframe id="callIframe" allow="camera; microphone; speaker-selection; fullscreen; autoplay"></iframe>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Replace with your domain name
|
// Replace with your domain name
|
||||||
|
|||||||
@@ -166,7 +166,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Video call iframe -->
|
<!-- Video call iframe -->
|
||||||
<iframe id="callIframe" allow="camera; microphone; fullscreen; autoplay"></iframe>
|
<iframe id="callIframe" allow="camera; microphone; speaker-selection; fullscreen; autoplay"></iframe>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Replace with your domain name
|
// Replace with your domain name
|
||||||
|
|||||||
Reference in New Issue
Block a user