mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
Fix error message
This commit is contained in:
@@ -91,7 +91,7 @@ export function useMuteStates(): MuteStates {
|
|||||||
video_enabled: video.enabled,
|
video_enabled: video.enabled,
|
||||||
})
|
})
|
||||||
.catch((e) =>
|
.catch((e) =>
|
||||||
logger.warn("Could not send DeviceMute action to widget", e),
|
logger.warn("Could not send DeviceMute action to widget host", e),
|
||||||
);
|
);
|
||||||
}, [audio, video]);
|
}, [audio, video]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user