Skip to content

Commit

Permalink
[mirotalkc2c] - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 15, 2024
1 parent 7a12622 commit d6b9119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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://c2c.mirotalk.com/?room=test"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
Expand All @@ -52,7 +52,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://c2c.mirotalk.com/"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
Expand Down

0 comments on commit d6b9119

Please sign in to comment.