[mirotalk] - fix typo, update dep.
This commit is contained in:
@@ -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
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user