mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +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.
|
// 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.
|
// Additionally, if the call intent is "audio", we disable video by default.
|
||||||
return {
|
return {
|
||||||
audioEnabled: true,
|
audioEnabled: false,
|
||||||
videoEnabled: callIntent != "audio",
|
videoEnabled: false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user