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(() => {