audio - How to avoid echo and noise in javascript for webrtc -


i trying implement webrtc-based chat room. , encountered following problems in laptop. without connecting other peer, use getusermedia(), can local video stream.

when unmuted , echo happened.

then wear headphone, , found there continue noise. , can hear voice clearly.

i tried turn down volumn, doesn't work.

thanks in advance.

make sure muting local <video> element if have in dom:

<video id="vid1" autoplay="true" muted="muted"></video> 

see this post on discuss-webrtc mailing list more details , webrtc samples.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -