diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index fdc93bb3..e4a6a997 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -136,7 +136,7 @@ export const GroupCallView: FC = ({ void rtcSession.updateCallIntent( muteStates.video.enabled ? "video" : "audio", ); - }, [isJoined, muteStates.video.enabled]); + }, [rtcSession, isJoined, muteStates.video.enabled]); useEffect(() => { logger.info("[Lifecycle] GroupCallView Component mounted");