Merge pull request #1339 from robintown/widget-full-mesh

Disable full mesh in widget mode
This commit is contained in:
Robin
2023-08-09 18:05:16 -04:00
committed by GitHub

View File

@@ -165,6 +165,7 @@ export const widget: WidgetHelpers | null = (() => {
// element-web to use waitForIFrameLoad=false. Once that change has rolled out, // element-web to use waitForIFrameLoad=false. Once that change has rolled out,
// we can just start the client after we've fetched the config. // we can just start the client after we've fetched the config.
livekitServiceURL: undefined, livekitServiceURL: undefined,
useLivekitForGroupCalls: true,
} }
); );