[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-15 16:43:19 +02:00
الأصل a6da696acc
التزام 8d7901e7d0
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -152,7 +152,7 @@ To embed a meeting within `your service or app` using an iframe, you can use the
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay" allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://sfu.mirotalk.com/newroom" src="https://sfu.mirotalk.com/newroom"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>

عرض الملف

@@ -43,7 +43,7 @@ Embedding a meeting into a `service` or `app` requires using an `iframe` with th
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay" allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://sfu.mirotalk.com/join/your_room_name" src="https://sfu.mirotalk.com/join/your_room_name"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>
@@ -55,7 +55,7 @@ Develop your `website` or `application`, and bring `video meetings` in with a si
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay" allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://sfu.mirotalk.com/newroom" src="https://sfu.mirotalk.com/newroom"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>