Fix shortcuts mix
This commit is contained in:
parent
274b5b66aa
commit
ed581189a8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue