I am using restcomm android webRTC sdk for video calling https://github.com/RestComm/restcomm-android-sdk.
I want to start audio recording when WebRtc call is established, so that I could use raw audio data for some processing. The WebRtc call should be in parallel with my audio data processing. Since mic is not shared in Android I am unable to access microphone while the video call is happening.
Is it possible to get the audio data from the MediaStream or AudioTrack?