I am trying to record audio from a phone call, but when I use:
MediaRecorder.AudioSource.VOICE_DOWNLINK
the app hasn't errors, but it doesn't work. When I use:
MediaRecorder.AudioSource.MIC
the application works good, and it can record all the phone call audio, the bad thing here is that it only works with some devices.
Do you know why MediaRecorder.AudioSource.VOICE_DOWNLINK doens't work?