When use AudioBridge plugin, Is there way to reduce receiving data when all participatns is muted?

Hi, I’m Android Developer and develop some features using Janus Plugin.
At first, I have bad English Skill, so Please forgive question written in bad English.

Now, I’m using in AudioBridge Plugin in Janus. and then I have question about this.
I assume situation that we join one audioRoom and complete negotiation.
When all of participants turn to mute(send “mute” to janus), we doesn’t send any audio data through RTP.
so I expect that we doesn’t receive any data from janus server because we doesn’t send anything!

when I check network profile, data that send to server is zero but data that receive from server is 3kb/s.
so I wonder that what the data is coming to mobile device from janus server.
Is it white noise or similar something?

We want to reduce receive data when all participants is mute. so I have question about this.
Can you explain What the data is and Can you recommand way to reduce receiving data from server when all participants mute?

Thanks!

Eveyone muted means everyone gets silence, which is still audio, since we don’t do DTX in the AudioBridge. 3kbps is incredibly low so I wouldn’t worry about it.

1 Like