Skip to content

Commit

Permalink
no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Nov 12, 2024
1 parent ba6b1ab commit 26d43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-default/src/Room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function CompositeTemplate({ layout: initialLayout }: CompositeTemplateProps) {
clearInterval(interval);
}
}, 100);
}, []);
});

useEffect(() => {
if (screenshareTracks.length > 0 && screenshareTracks[0].publication) {
Expand Down

0 comments on commit 26d43ee

Please sign in to comment.