mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
Update src/room/InCallView.tsx
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -147,7 +147,6 @@ export const ActiveCall: FC<ActiveCallProps> = (props) => {
|
|||||||
logger.error("[Lifecycle] Failed to disconnect from livekit room", e);
|
logger.error("[Lifecycle] Failed to disconnect from livekit room", e);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
||||||
}, [livekitRoom]);
|
}, [livekitRoom]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user