We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035b03 commit 960aebeCopy full SHA for 960aebe
ui/src/components/webcam.tsx
@@ -76,7 +76,7 @@ function StreamCanvas({
76
if (!stream) return;
77
if (!videoRef.current) {
78
videoRef.current = document.createElement("video");
79
- // videoRef.current.muted = true;
+ videoRef.current.muted = true;
80
}
81
82
const video = videoRef.current;
0 commit comments