Voice call recording Application in android

I like to make a voice call recording application. Is it possible? I expect some right guidance from well-experienced people in android.

I saw the android.media.MediaRecorder class in android. Do I need to use this class for this?

Thanks and Regards

Parvati Kamalon.

+3
source share
1 answer

Developers do not have access to the audio stream in a conversation, sorry. The only way of working of this type is that the device is in speakerphone mode.

+2
source

All Articles