i want to record both incoming and outgoing calls. is it possible in android.
i don’t want to use Speaker mode. want without MIC.
i search a lot of but there is nothing to seems work.
please give me suggestion.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can not record call in all handsets. Only in handsets which allowed the api to record voice call, you will be able to record a call. in those handsets you can set the audiosource of mediarecorder by using following.
MediaRecorder.setAudioSource(MediaRecorder.AudioSource.VOICE_DOWNLINK | MediaRecorder.AudioSource.VOICE_UPLINK )