Recording phone calls on Android

后端 未结 2 1697
日久生厌
日久生厌 2021-01-06 22:28

I am trying out the record outgoing call using mic written this code but not working, I tested the code for simple audio record it works fine, I am not sure when to start me

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 22:49

    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

提交回复
热议问题