Add TODO for duplicate calls to initLocalCallFeed
This commit is contained in:
@@ -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]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user