Skip to content Skip to sidebar Skip to footer

Is Self-call Possible Using Android

I am developing an android application where I need to have an IVR type system. The person should get a call from the application and some questions will be asked and the person ha

Solution 1:

Is a self call possible?

No, sorry.

I want to play an mp3 file as well record what user is saying. How can I do that?

Use MediaPlayer and MediaRecorder, presumably. Or AudioTrack and AudioRecord.

Post a Comment for "Is Self-call Possible Using Android"