diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index d8e2fd6b..8f533d72 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -135,7 +135,7 @@ export function GroupCallView({ } if (videoInput === null) { - latestMuteStates.current!.video.setEnabled?.(true); + latestMuteStates.current!.video.setEnabled?.(false); } else { const deviceId = await findDeviceByName( videoInput,