diff --git a/src/room/LobbyView.jsx b/src/room/LobbyView.jsx index 714c209..68249b1 100644 --- a/src/room/LobbyView.jsx +++ b/src/room/LobbyView.jsx @@ -29,6 +29,7 @@ export function LobbyView({ const videoRef = useMediaStream(stream, true); useEffect(() => { + // TODO: Only init once onInitLocalCallFeed(); }, [onInitLocalCallFeed]);