-1

Used following code to start recording

linphone_call_start_recording(call);

Used following code to stop recording:

linphone_call_stop_recording(call);

I am not getting any audio file stored in app local directory, Any idea where it can be located? Can any one please suggest? It can help me a lot

Megha Pawar
  • 115
  • 1
  • 5

1 Answers1

1

Recording audio file path has been defined with recordingFilePathFromCall function in LinphoneManager.m file

Megha Pawar
  • 115
  • 1
  • 5