Skip to content

Commit

Permalink
[mirotalk] - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 15, 2024
1 parent 665860f commit 3bd8fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ To embed a meeting within `your service or app` using an iframe, you can use the

```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
Expand Down
4 changes: 2 additions & 2 deletions app/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To embed a meeting in your service or app, use an iframe with the source attribu

```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://p2p.mirotalk.com/join/test"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
Expand All @@ -56,7 +56,7 @@ Integrate video meetings into your website or application quickly by incorporati

```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
Expand Down

0 comments on commit 3bd8fbe

Please sign in to comment.