Disable keyboard shortcuts when feedback modal is open
This commit is contained in:
parent
30688715cd
commit
9ba4ce429f
4 changed files with 106 additions and 64 deletions
|
|
@ -75,6 +75,7 @@ export function GroupCallView({
|
|||
toggleLocalVideoMuted,
|
||||
toggleMicrophoneMuted,
|
||||
toggleScreensharing,
|
||||
setMicrophoneMuted,
|
||||
requestingScreenshare,
|
||||
isScreensharing,
|
||||
screenshareFeeds,
|
||||
|
|
@ -251,6 +252,7 @@ export function GroupCallView({
|
|||
localVideoMuted={localVideoMuted}
|
||||
toggleLocalVideoMuted={toggleLocalVideoMuted}
|
||||
toggleMicrophoneMuted={toggleMicrophoneMuted}
|
||||
setMicrophoneMuted={setMicrophoneMuted}
|
||||
userMediaFeeds={userMediaFeeds}
|
||||
activeSpeaker={activeSpeaker}
|
||||
onLeave={onLeave}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue