Reputation: 489
In my webrtc application there are two video elements and both are muted. Both the candidates engaged in a webrtc chat has 2 peer connections. When one to one is happening everything is working fine, But as soon as the other peer connection kicks in, Even though all elements are muted, I am still able to hear the sound of the sender to himself How is it even possible..?
Upvotes: 0
Views: 108
Reputation: 489
I just solved my issue after days of trial and error, Turned a problem of the SDP, I just changed 'a=sendrecv' in my sender's SDP to 'a=sendonly' for Senders.
Upvotes: 0