[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-16 13:51:15 +01:00
الأصل 99b70166ee
التزام 35632acf82
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

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