[mirotalksfu] - improvements + add Hetzner as new sponsor!

هذا الالتزام موجود في:
Miroslav Pejic
2022-06-13 09:41:28 +02:00
الأصل 9fcaabf290
التزام 77181e1d9e
23 ملفات معدلة مع 401 إضافات و89 حذوفات

عرض الملف

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