Mayank Sharma
Mayank Sharma

Reputation: 2835

Quickblox How to record call in android?

quickblox api working fine for calling.I want to record the call so there is any method for recording?

Upvotes: 2

Views: 332

Answers (1)

PriyankaChauhan
PriyankaChauhan

Reputation: 953

You can use

MediaRecorder myAudioRecorder = new MediaRecorder();

when you receive call you can start recording and on call end you can stop recording. for more information go to this link

Upvotes: 1

Related Questions