Add TODO for duplicate calls to initLocalCallFeed

This commit is contained in:
Robert Long 2022-01-06 16:52:15 -08:00
commit 86ccc2431e

View file

@ -29,6 +29,7 @@ export function LobbyView({
const videoRef = useMediaStream(stream, true); const videoRef = useMediaStream(stream, true);
useEffect(() => { useEffect(() => {
// TODO: Only init once
onInitLocalCallFeed(); onInitLocalCallFeed();
}, [onInitLocalCallFeed]); }, [onInitLocalCallFeed]);