From 86ccc2431e635db529f5dc41fbc3f2b0d6b79422 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 6 Jan 2022 16:52:15 -0800 Subject: [PATCH] Add TODO for duplicate calls to initLocalCallFeed --- src/room/LobbyView.jsx | 1 + 1 file changed, 1 insertion(+) 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]);