Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into hotfix/fix-messagenger-new-anno…
Browse files Browse the repository at this point in the history
…tiation
  • Loading branch information
h2Entwicklung committed Nov 5, 2024
2 parents 583d0cc + 75e659e commit 8e1126e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/livekit/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class livekitApi {
this.iframe.style.height = "100%";

this.iframe.allow = "autoplay; camera; clipboard-write; compute-pressure; display-capture; hid; microphone; screen-wake-lock; speaker-selection";
this.iframe.sandbox = "allow-same-origin allow-storage-access-by-user-activation";
// Das iframe in das parentElement einfügen
document.getElementById(this.parentElement).appendChild(this.iframe);

Expand Down

0 comments on commit 8e1126e

Please sign in to comment.