Merge remote-tracking branch 'origin/main' into dbkr/prevent_keyrepeat_mute_spam
This commit is contained in:
commit
afdce66896
4 changed files with 26 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue