Skip to content

Commit

Permalink
fix: only hear remote audio
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith15 committed Dec 24, 2024
1 parent 7035b03 commit 960aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/webcam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function StreamCanvas({
if (!stream) return;
if (!videoRef.current) {
videoRef.current = document.createElement("video");
// videoRef.current.muted = true;
videoRef.current.muted = true;
}

const video = videoRef.current;
Expand Down

0 comments on commit 960aebe

Please sign in to comment.