Hide the input list on both, android+ios.

This will now be decided based on controlled media devices.
This commit is contained in:
Timo
2025-05-16 15:23:44 +02:00
parent acaf69ca1b
commit abf683f275
2 changed files with 6 additions and 3 deletions

View File

@@ -284,8 +284,7 @@ export const getUrlParams = (
fontScale: Number.isNaN(fontScale) ? null : fontScale,
allowIceFallback: parser.getFlagParam("allowIceFallback"),
perParticipantE2EE: parser.getFlagParam("perParticipantE2EE"),
// TODO this should not default to true!
controlledOutput: parser.getFlagParam("controlledMediaDevices", true),
controlledOutput: parser.getFlagParam("controlledMediaDevices"),
skipLobby: parser.getFlagParam(
"skipLobby",
isWidget && intent === UserIntent.StartNewCall,