mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-30 18:02:56 +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