From 439e35e0ff0b9efa4efed5ec2fd1bc1755af9967 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:47:36 +0200 Subject: [PATCH] Update src/room/InCallView.tsx Co-authored-by: Robin --- src/room/InCallView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 82a8aeb8..f1e2fc34 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -147,7 +147,6 @@ export const ActiveCall: FC = (props) => { logger.error("[Lifecycle] Failed to disconnect from livekit room", e); }); }; - // eslint-disable-next-line react-hooks/exhaustive-deps }, [livekitRoom]); useEffect(() => {