Add TODO for duplicate calls to initLocalCallFeed

This commit is contained in:
Robert Long
2022-01-06 16:52:15 -08:00
parent bcd58aae90
commit 86ccc2431e
+1
View File
@@ -29,6 +29,7 @@ export function LobbyView({
const videoRef = useMediaStream(stream, true);
useEffect(() => {
// TODO: Only init once
onInitLocalCallFeed();
}, [onInitLocalCallFeed]);