Merge pull request #1339 from robintown/widget-full-mesh
Disable full mesh in widget mode
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user