Skip to content

Commit 960aebe

Browse files
committed
fix: only hear remote audio
1 parent 7035b03 commit 960aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/webcam.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function StreamCanvas({
7676
if (!stream) return;
7777
if (!videoRef.current) {
7878
videoRef.current = document.createElement("video");
79-
// videoRef.current.muted = true;
79+
videoRef.current.muted = true;
8080
}
8181

8282
const video = videoRef.current;

0 commit comments

Comments
 (0)