[mirotalk] - fix typo, update dep.

This commit is contained in:
Miroslav Pejic
2023-07-17 14:02:19 +02:00
parent 3d4d4e0d03
commit c98f7ed096
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ Embedding a meeting into a service or app using an iframe.
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
src="https://p2p.mirotalk.com/newcall"
style="height: 100%; width: 100%; border: 0px;"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
```
+2 -2
View File
@@ -24,7 +24,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://p2p.mirotalk.com/join/room_name"
style="height: 100%; width: 100%; border: 0px;"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
```
@@ -36,6 +36,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://p2p.mirotalk.com/newcall"
style="height: 100%; width: 100%; border: 0px;"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
```
+2 -2
View File
@@ -33,8 +33,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.57.0",
"@sentry/node": "^7.57.0",
"@sentry/integrations": "^7.58.1",
"@sentry/node": "^7.58.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"colors": "^1.4.0",