Merge remote-tracking branch 'origin/main' into dbkr/prevent_keyrepeat_mute_spam

This commit is contained in:
David Baker 2023-01-13 11:57:02 +00:00
commit afdce66896
4 changed files with 26 additions and 6 deletions

View file

@ -19,7 +19,7 @@ import { useCallback, useState } from "react";
import { getSetting } from "./settings/useSetting";
import { useEventTarget } from "./useEvents";
export function useKeyboardShortcuts(
export function useCallViewKeyboardShortcuts(
enabled: boolean,
toggleMicrophoneMuted: () => void,
toggleLocalVideoMuted: () => void,