I want to add a call recording feature to my app. The code/help avaiable all over the internet uses MediaRecorder. However, it is not working on the android version greater than 6, especially android 10. Only my voice is recorded, but the incoming voice is not recorded. I have also read that android does not allow call recording after updates. But there are many apps on the play store which record calls (both outgoing and incoming voice). So, there must be some way to do that. Can you please guide me?
Asked
Active
Viewed 2,937 times
1
-
Unfortunately, no. All those answers use MediaRecorder, and for me, it's not working. MediaRecorder records only my voice, not other sides' voice. – 5400824 May 17 '21 at 06:51
-
Please see this link : https://stackoverflow.com/a/18887746/14884388 – Hascher May 28 '21 at 12:16