mslosarz / nextrtc-example-videochat

Most simple example of use NextRTC (WebRTC signaling server written in java) where two people can setup video call (treat it like prototype!)
https://videochat.nextrtc.org/
MIT License
37 stars 19 forks source link

Voice echo #11

Closed sidchoudhary closed 7 years ago

sidchoudhary commented 7 years ago

Just after joining the room for voice chat, echo start and not able to hear any thing except echo, even while talking I can hear my own voice which troubles in understating the on going conversation.

sidchoudhary commented 7 years ago

You did great job, but this voice echo is annoying, I am a pure server side developer shifted from mobile domain, so don't know much about scripting side, I am consulting with some of my known, let see if I can fix this using their help.

mslosarz commented 7 years ago

I'll disable voice from local stream :)

6 sty 2017 04:14 "sidchoudhary" notifications@github.com napisał(a):

You did great job, but this voice echo is annoying, I am a pure server side developer shifted from mobile domain, so don't know much about scripting side, I am consulting with some of my known, let see if I can fix this using their help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mslosarz/nextrtc-example-videochat/issues/11#issuecomment-270821507, or mute the thread https://github.com/notifications/unsubscribe-auth/ADysRbhjkITeYMcw0XWbM6vVD1pWyBsgks5rPbGZgaJpZM4LcXPP .

mslosarz commented 7 years ago

I've committed fix for it (and deploy)

MrChebik commented 7 years ago

mslosarz, this can be fixed in the future?