mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Fix error message
This commit is contained in:
@@ -91,7 +91,7 @@ export function useMuteStates(): MuteStates {
|
||||
video_enabled: video.enabled,
|
||||
})
|
||||
.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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user