Hardeep Mehta
Hardeep Mehta

Reputation: 489

how is my webrtc audio is being heard when all elements are muted?

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

Answers (2)

Hardeep Mehta
Hardeep Mehta

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

Robert
Robert

Reputation: 5662

This is not possible. It's surely some bug in your code.

Upvotes: 1

Related Questions