Is it possible to intercept voice data during call?

后端 未结 6 579
轮回少年
轮回少年 2021-02-04 13:09

I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/au

6条回答
  •  有刺的猬
    2021-02-04 13:22

    Call recording is not yet possible on Android. See this feature request.

    You can record your voice from microphone, but you can not record the sound of the other party. If you only want to record your voice use android.media.MediaRecorder.AudioSource.MIC

提交回复
热议问题