Refactor leveraging the fact, things blocking shortcuts are using react

portals.
This commit is contained in:
Timo K
2026-04-27 14:20:13 +02:00
parent 56bab70534
commit 89281c6d70
3 changed files with 43 additions and 16 deletions

View File

@@ -230,7 +230,6 @@ export const InCallView: FC<InCallViewProps> = ({
// This function incorrectly assumes that there is a camera and microphone, which is not always the case.
// TODO: Make sure that this module is resilient when it comes to camera/microphone availability!
useCallViewKeyboardShortcuts(
containerRef1,
toggleAudio,
toggleVideo,
setAudioEnabled,