Hoàng Giang
Hoàng Giang

Reputation: 11

Android recording call using NDK

I was very tired when making a call recording application for Android. I know the official Android SDK has not allowed using VOICE_CALL. So my recording is based entirely on the MIC source. I tried the Android NDK but I also fell into a deadlock. Someone, please give me away. If you have the source code, it's great. Thank you very much!

Upvotes: 1

Views: 1896

Answers (2)

Nagendra Hari Karthick
Nagendra Hari Karthick

Reputation: 483

Android has officially blocked the SDK method since Marshmallow. After that a work around was introduced with the NDK to solve the problem. This seemed to work in android 6, 7 and 8. The NDK based approach is also blocked in Pie. So technically it is impossible to record calls. Source

Upvotes: 3

Gianluca Benucci
Gianluca Benucci

Reputation: 135

Record a call in Android could be a strenuous work, this because not all Android version support the call recording.

Question 1

Question 2

Question 3

Upvotes: 0

Related Questions