Fix shortcuts mix
This commit is contained in:
@@ -187,8 +187,8 @@ export function InCallView({
|
||||
|
||||
useCallViewKeyboardShortcuts(
|
||||
!feedbackModalState.isOpen,
|
||||
toggleCamera,
|
||||
toggleMicrophone,
|
||||
toggleCamera,
|
||||
async (muted) => await localParticipant.setMicrophoneEnabled(!muted)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user