[mirotalksfu] - update readme and dep.

هذا الالتزام موجود في:
Miroslav Pejic
2023-07-17 17:45:01 +02:00
الأصل b049e047fc
التزام ce8e8407fa
4 ملفات معدلة مع 20 إضافات و4 حذوفات

عرض الملف

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