quickblox api working fine for calling.I want to record the call so there is any method for recording?
Asked
Active
Viewed 327 times
2
-
for mobile devices ? – PriyankaChauhan Jul 29 '16 at 05:36
-
yes for android mobile device , if you have some idea then please share – Mayank Sharma Aug 01 '16 at 06:42
1 Answers
1
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

PriyankaChauhan
- 953
- 11
- 26
-
1MediaRecorder can Record Calls ( Not Quickblox WebRtc Calls ) , as all resources like mic , camera are used by Quickblox Sdk so we can not use them so this method can't be use for recording – Mayank Sharma Aug 04 '16 at 12:45