From 15348fb43c0fbc35aefe157b44a9f230787e170a Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 9 Aug 2023 18:02:05 -0400 Subject: [PATCH] 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. --- src/widget.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget.ts b/src/widget.ts index fc7e529b..de03d78e 100644 --- a/src/widget.ts +++ b/src/widget.ts @@ -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, } );