mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
Merge pull request #1338 from robintown/camera-mute-widget
Fix joining with muted video in widget mode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user