Fix shortcuts mix

This commit is contained in:
Daniel Abramov 2023-06-02 21:29:22 +02:00
parent 274b5b66aa
commit ed581189a8

View file

@ -187,8 +187,8 @@ export function InCallView({
useCallViewKeyboardShortcuts( useCallViewKeyboardShortcuts(
!feedbackModalState.isOpen, !feedbackModalState.isOpen,
toggleCamera,
toggleMicrophone, toggleMicrophone,
toggleCamera,
async (muted) => await localParticipant.setMicrophoneEnabled(!muted) async (muted) => await localParticipant.setMicrophoneEnabled(!muted)
); );