Merge pull request #1338 from robintown/camera-mute-widget

Fix joining with muted video in widget mode
This commit is contained in:
Robin
2023-08-09 17:53:09 -04:00
committed by GitHub

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,