2

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

Mayank Sharma
  • 2,735
  • 21
  • 26

1 Answers1

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
  • 1
    MediaRecorder 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