简体   繁体   中英

From where to Get recorded call's audio file in Linphone iOS SDK

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM