Lint take2?
This commit is contained in:
parent
456194312b
commit
c9330debd4
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ export function useGroupCall(groupCall: GroupCall): UseGroupCallReturnType {
|
||||||
const toggleMicrophoneMuted = useCallback(() => {
|
const toggleMicrophoneMuted = useCallback(() => {
|
||||||
const toggleToMute = !groupCall.isMicrophoneMuted();
|
const toggleToMute = !groupCall.isMicrophoneMuted();
|
||||||
setMicrophoneMuted(toggleToMute);
|
setMicrophoneMuted(toggleToMute);
|
||||||
}, [groupCall]);
|
}, [groupCall, setMicrophoneMuted]);
|
||||||
|
|
||||||
const toggleScreensharing = useCallback(async () => {
|
const toggleScreensharing = useCallback(async () => {
|
||||||
if (!groupCall.isScreensharing()) {
|
if (!groupCall.isScreensharing()) {
|
||||||
|
|
Loading…
Reference in a new issue