mirror of
https://github.com/element-hq/element-call.git
synced 2026-08-29 09:49:43 +00:00
start muted
This commit is contained in:
@@ -36,7 +36,7 @@ export function calculateInitialMuteState(
|
||||
// Same for when showing a lobby, as users can adjust their settings there.
|
||||
// Additionally, if the call intent is "audio", we disable video by default.
|
||||
return {
|
||||
audioEnabled: true,
|
||||
videoEnabled: callIntent != "audio",
|
||||
audioEnabled: false,
|
||||
videoEnabled: false,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user