We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69c753 commit 6b39d0aCopy full SHA for 6b39d0a
src/UrlParams.ts
@@ -284,7 +284,8 @@ export const getUrlParams = (
284
fontScale: Number.isNaN(fontScale) ? null : fontScale,
285
allowIceFallback: parser.getFlagParam("allowIceFallback"),
286
perParticipantE2EE: parser.getFlagParam("perParticipantE2EE"),
287
- controlledOutput: parser.getFlagParam("controlledMediaDevices"),
+ // TODO this should not default to true!
288
+ controlledOutput: parser.getFlagParam("controlledMediaDevices", true),
289
skipLobby: parser.getFlagParam(
290
"skipLobby",
291
isWidget && intent === UserIntent.StartNewCall,
0 commit comments