Update src/room/InCallView.tsx

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Timo
2025-06-04 22:47:36 +02:00
committed by GitHub
parent ffdf9cf2af
commit 439e35e0ff

View File

@@ -147,7 +147,6 @@ export const ActiveCall: FC<ActiveCallProps> = (props) => {
logger.error("[Lifecycle] Failed to disconnect from livekit room", e);
});
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [livekitRoom]);
useEffect(() => {