mozmorris / react-webcam

Webcam component
https://codepen.io/mozmorris/pen/JLZdoP
MIT License
1.65k stars 281 forks source link

audio={true} echo problem #308

Closed amir-malek closed 3 years ago

amir-malek commented 3 years ago

when audio prop is set to true, the input audio is played from the speaker which creates an echoing effect. even on your own demo in codepen. how can i just record audio with video without habving any audio output?

mozmorris commented 3 years ago
<Webcam audio muted />