mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
review
This commit is contained in:
@@ -227,8 +227,6 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
const toggleVideo = useBehavior(muteStates.video.toggle$);
|
||||
const setAudioEnabled = useBehavior(muteStates.audio.setEnabled$);
|
||||
|
||||
// This function incorrectly assumes that there is a camera and microphone, which is not always the case.
|
||||
// TODO: Make sure that this module is resilient when it comes to camera/microphone availability!
|
||||
useCallViewKeyboardShortcuts(
|
||||
toggleAudio,
|
||||
toggleVideo,
|
||||
|
||||
Reference in New Issue
Block a user