![]() |
PortSIP VoIP SDK Manual for iOS
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
| (int) | - PortSIPSDK::startRecord:recordFilePath:recordFileName:appendTimeStamp:audioFileFormat:audioRecordMode:aviFileCodecType:videoRecordMode: |
| Start recording the call. More... | |
| (int) | - PortSIPSDK::stopRecord: |
| Stop recording. More... | |
| - (int) startRecord: | (long) | sessionId | |
| recordFilePath: | (NSString *) | recordFilePath | |
| recordFileName: | (NSString *) | recordFileName | |
| appendTimeStamp: | (BOOL) | appendTimeStamp | |
| audioFileFormat: | (AUDIO_FILE_FORMAT) | audioFileFormat | |
| audioRecordMode: | (RECORD_MODE) | audioRecordMode | |
| aviFileCodecType: | (VIDEOCODEC_TYPE) | aviFileCodecType | |
| videoRecordMode: | (RECORD_MODE) | videoRecordMode | |
Start recording the call.
| sessionId | The session ID of call conversation. |
| recordFilePath | The filepath to which the recording will be saved. It must be existent. |
| recordFileName | The filename of the recording. For example audiorecord.wav or videorecord.avi. |
| appendTimeStamp | Set to true to append the timestamp to the filename of the recording. |
| audioFileFormat | The file format for the audio recording. |
| audioRecordMode | The audio recording mode. |
| aviFileCodecType | The codec that is used for compressing the video data to save into video recording. |
| videoRecordMode | Allow to set video recording mode. Support to record received and/or sent video. |
| - (int) stopRecord: | (long) | sessionId |
Stop recording.
| sessionId | The session ID of call conversation. |