Merge branch 'dev'
CI/CD / deploy (push) Successful in 2m22s Details

This commit is contained in:
Jeff Emmett 2026-04-07 15:29:27 -04:00
commit f111cb66ad
2 changed files with 3 additions and 1 deletions

View File

@ -121,6 +121,7 @@ class FolkJitsiRoom extends HTMLElement {
"camera", "microphone", "desktop", "hangup",
"raisehand", "tileview", "toggle-camera",
"fullscreen", "select-background",
"sharedvideo", "sharedmusic",
],
// Hide panels that add stray close (×) buttons
disableChat: false,

View File

@ -521,13 +521,14 @@ routes.get("/:room", (c) => {
prejoinConfig: { enabled: false },
prejoinPageEnabled: false,
disableDeepLinking: true,
disableThirdPartyRequests: true,
disableThirdPartyRequests: false,
enableClosePage: false,
toolbarButtons: [
"microphone","camera","desktop","hangup",
"raisehand","tileview","toggle-camera",
"fullscreen","chat","settings",
"participants-pane","select-background",
"sharedvideo","sharedmusic",
],
},
interfaceConfigOverwrite: {