[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
|
||||
<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>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
allow="
|
||||
camera;
|
||||
microphone;
|
||||
speaker-selection;
|
||||
display-capture;
|
||||
fullscreen;
|
||||
clipboard-read;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user