I'm creating a basic WebRTC application for Android, so far most of the things works just fine, except for the audio. Whenever the the connection is established, there's a really loud and echoing noise, which doesn't stop until the connection ends. I have looked into some similar problems like this, and this, which suggested something like enabling echo cancellation and disabling local audio playback.
Now, the problem is I can't find any way to disable the local audio playback on Android, is this still something that's controllable on Android?