[mirotalk] - update readme & dep.

This commit is contained in:
Miroslav Pejic
2023-01-16 13:54:51 +01:00
parent 6e0c6a0c20
commit b0fd15bcbe
3 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -22,8 +22,8 @@ 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://mirotalk.herokuapp.com/join/room_name"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
src="https://p2p.mirotalk.com/join/room_name"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```
@@ -34,8 +34,8 @@ Develop your `website` or `application`, and bring `video meetings` in with a si
```html
<iframe
allow="camera; microphone; fullscreen; display-capture; autoplay"
src="https://mirotalk.herokuapp.com/newcall"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
src="https://p2p.mirotalk.com/newcall"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```