mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-12 15:15:00 +00:00
Add TODO for duplicate calls to initLocalCallFeed
This commit is contained in:
@@ -29,6 +29,7 @@ export function LobbyView({
|
||||
const videoRef = useMediaStream(stream, true);
|
||||
|
||||
useEffect(() => {
|
||||
// TODO: Only init once
|
||||
onInitLocalCallFeed();
|
||||
}, [onInitLocalCallFeed]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user