mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Add TODO for duplicate calls to initLocalCallFeed
This commit is contained in:
parent
bcd58aae90
commit
86ccc2431e
@ -29,6 +29,7 @@ export function LobbyView({
|
||||
const videoRef = useMediaStream(stream, true);
|
||||
|
||||
useEffect(() => {
|
||||
// TODO: Only init once
|
||||
onInitLocalCallFeed();
|
||||
}, [onInitLocalCallFeed]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user