MediaRecorder.AudioSource.VOICE_CALL is not working for call Recording in Android 4.1.2

偶尔善良 提交于 2020-01-01 18:59:10

问题


https://github.com/esnyder/callrecorder
I've applied this source code to perform call recording but It's not recording call (Two Way Recording).

After searching a lot I've got android have banned call recording service after version 4.1. But there is an CallRecorder App on google play which is working fine in my mobile too.

How can I perform call recording feature in my app?


回答1:


AudioSource.VOICE_CALL not working in android 4.0 but working in android 2.3

posting late on thread but still Check this link hope it will help https://play.google.com/store/apps/details?id=com.rivalogic.android.callrecorder&hl=en



来源:https://stackoverflow.com/questions/20043325/mediarecorder-audiosource-voice-call-is-not-working-for-call-recording-in-androi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!