[mirotalk] - back to heroku

This commit is contained in:
Miroslav Pejic
2022-06-10 09:35:09 +02:00
parent e9d214ef62
commit ca99decb5a
6 changed files with 9 additions and 16 deletions
+2 -2
View File
@@ -23,7 +23,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://p2p.mirotalk.org/join/room_name"
src="https://mirotalk.herokuapp.com/join/room_name"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```
@@ -35,7 +35,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://p2p.mirotalk.org/newcall"
src="https://mirotalk.herokuapp.com/newcall"
style="height: 100%; width: 100%; border: 0px;"
></iframe>
```