Skip to content

Commit

Permalink
allow microphone and camera through iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke authored Aug 8, 2023
1 parent 018d328 commit 73520f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
</div>
{:else}
<div id="iframe-url" class="tile is-child box is-translucent-black has-text-white is-flex-grow-1">
<Iframe url={demo?.iframeUrl} />
<Iframe url={demo?.iframeUrl} allow="camera;microphone; fullscreen;display-capture" />
</div>
{/if}
</div>
Expand Down

0 comments on commit 73520f0

Please sign in to comment.