Fix shortcuts mix
This commit is contained in:
@@ -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)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user