I want to record calls with android NDK. Previously i was using sdk and recording calls but in few specific phones and new released phones at (API Level 24/Nougat) or higher call isn't recording.
Asked
Active
Viewed 1,175 times
1
-
The Java APIs end up calling native functions too, so there's no reason why switching to the NDK should give you a higher success rate. Some devices simply don't support voice call recording. – Michael Sep 19 '17 at 11:39
-
@Michael I am also looking for NDK implementation are there any references, please help – Sagar Jan 23 '20 at 03:51