Reputation: 265
Is there any API supported by Android for recording phone call ?
Thanks and Regards...
Upvotes: 1
Views: 1065
Reputation: 80330
Call recording is not yet possible on Android. See this feature request.
You can record your voice from microphone, but you can not record the sound of the other party. If you only want to record your voice use android.media.MediaRecorder.AudioSource.MIC
Upvotes: 1