diff --git a/packages/web/src/components/voice/SoundController.tsx b/packages/web/src/components/voice/SoundController.tsx index b4e6c37c..c69cff60 100644 --- a/packages/web/src/components/voice/SoundController.tsx +++ b/packages/web/src/components/voice/SoundController.tsx @@ -271,7 +271,7 @@ export function SoundController() { if (incomingCallLoop.current) incomingCallLoop.current.stop(); if (outgoingCallLoop.current) outgoingCallLoop.current.stop(); }; - }, [audioManager, currentUser?.id, currentUser?.homeUserId]); + }, [currentUser?.id, currentUser?.homeUserId]); return null; }