Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
artificialhoney committed Feb 25, 2025
1 parent cb87cfc commit 464fd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/player.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ flags=(
--overscroll-history-navigation=0
--disable-features=TranslateUI
--autoplay-policy=no-user-gesture-required
--use-fake-ui-for-media-stream
)

export DISPLAY=:0.0
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/widgets/BaseWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export class BaseWidget {
this.iframeElement = document.createElement("iframe");
this.iframeElement.style.width = "100%";
this.iframeElement.style.height = "100%";
this.iframeElement.allow = "camera; microphone";

this.widgetElement.appendChild(this.iframeElement);
this.onSettingsChanged(settings);
Expand Down

0 comments on commit 464fd20

Please sign in to comment.