Fix joining with muted video in widget mode

This typo was making it impossible to join a call in Element Call's widget mode with your camera off.
This commit is contained in:
Robin Townsend
2023-08-09 17:34:53 -04:00
parent 919c265ab9
commit 7b85b4f051

View File

@@ -135,7 +135,7 @@ export function GroupCallView({
} }
if (videoInput === null) { if (videoInput === null) {
latestMuteStates.current!.video.setEnabled?.(true); latestMuteStates.current!.video.setEnabled?.(false);
} else { } else {
const deviceId = await findDeviceByName( const deviceId = await findDeviceByName(
videoInput, videoInput,