mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
turn on url flag by default
This commit is contained in:
@@ -284,7 +284,8 @@ export const getUrlParams = (
|
||||
fontScale: Number.isNaN(fontScale) ? null : fontScale,
|
||||
allowIceFallback: parser.getFlagParam("allowIceFallback"),
|
||||
perParticipantE2EE: parser.getFlagParam("perParticipantE2EE"),
|
||||
controlledOutput: parser.getFlagParam("controlledMediaDevices"),
|
||||
// TODO this should not default to true!
|
||||
controlledOutput: parser.getFlagParam("controlledMediaDevices", true),
|
||||
skipLobby: parser.getFlagParam(
|
||||
"skipLobby",
|
||||
isWidget && intent === UserIntent.StartNewCall,
|
||||
|
||||
Reference in New Issue
Block a user