Acoustic echo cancellation #855
Unanswered
francescocarzaniga
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to use JsSIP in a simple two-way call environment with a SIP softphone. The JsSIP client (Android WebView) has quite a terrible echo problem, and I cannot seem to get rid of it. As I understand, WebRTC is supposed to do echo cancellation on its own, but it's not working at all. I tried setting
mediaConstraints
toechoCancellation: true
and other tricks, but no luck.Side note, I think I had seen something to this effect on the mailing list, but now it's completely inaccessible to me. Is there any way to get all those topics back?
Beta Was this translation helpful? Give feedback.
All reactions