If my application records some sound using MediaRecorder, can I play back the recorded audio file to a call that was launched using ACTION_CALL or ACTION_DIAL?
I see that I can start calls from the application, but is there a way for my application to know that the call has been answered? At this point, I would like to play the audio file in a call. Then, is there a way to end the call?
source
share