简体   繁体   English

Android:在通话中保存对话

[英]Android: Save the conversation during the call

I want to ask whether it is possible in android to record an ongoing phone conversation. 我想问一下是否有可能在android中记录正在进行的电话对话。 I was able to record what was being spoken in microphone, but not the audio coming from other end. 我能够记录麦克风中正在说的内容,但不能记录来自另一端的音频。

I tried it using MediaRecorder.AudioSource.VOICE_CALL value, but with no success. 我使用MediaRecorder.AudioSource.VOICE_CALL值进行了尝试,但没有成功。


Any help ???? 有帮助吗????

有很多类似的问题(搜索Android record call ),但是它们都表明,如果不替换当前的电话应用程序,那么使用当前的API是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM