I use webRTC to exchange mediaStreamTrack
between peers.
I want the audio track to be played only when the other peer's audio volume is above a certain level in order to reduce the noise of the other peer.
I want to mute all sounds (noise) below a certain level.
Is there any way related to this?