mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Lint take2?
This commit is contained in:
parent
456194312b
commit
c9330debd4
@ -309,7 +309,7 @@ export function useGroupCall(groupCall: GroupCall): UseGroupCallReturnType {
|
||||
const toggleMicrophoneMuted = useCallback(() => {
|
||||
const toggleToMute = !groupCall.isMicrophoneMuted();
|
||||
setMicrophoneMuted(toggleToMute);
|
||||
}, [groupCall]);
|
||||
}, [groupCall, setMicrophoneMuted]);
|
||||
|
||||
const toggleScreensharing = useCallback(async () => {
|
||||
if (!groupCall.isScreensharing()) {
|
||||
|
Loading…
Reference in New Issue
Block a user