Ensure webcam is turned off when leaving

This commit is contained in:
Robert Long
2022-01-18 14:56:15 -08:00
parent 6311a869f9
commit 78eff5fa9e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ export function LobbyView({
useEffect(() => {
// TODO: Only init once
console.log("onInitLocalCallFeed");
onInitLocalCallFeed();
}, [onInitLocalCallFeed]);