Disable full mesh in widget mode

We disabled full mesh on the client that's used in SPA mode, but forgot to do the same for the widget mode client.
This commit is contained in:
Robin Townsend
2023-08-09 18:02:05 -04:00
parent 7b85b4f051
commit 15348fb43c

View File

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