This commit is contained in:
Half-Shot
2025-09-25 10:50:15 +01:00
parent a23da95f5c
commit 8205e59950

View File

@@ -136,7 +136,7 @@ export const GroupCallView: FC<Props> = ({
void rtcSession.updateCallIntent(
muteStates.video.enabled ? "video" : "audio",
);
}, [isJoined, muteStates.video.enabled]);
}, [rtcSession, isJoined, muteStates.video.enabled]);
useEffect(() => {
logger.info("[Lifecycle] GroupCallView Component mounted");