![]() |
PortSIP VoIP SDK Manual for Windows
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 | |
| Int32 | PortSIP.PortSIPLib.startRecord (Int32 sessionId, String recordFilePath, String recordFileName, Boolean appendTimestamp, AUDIO_RECORDING_FILEFORMAT audioFileFormat, RECORD_MODE audioRecordMode, VIDEOCODEC_TYPE videoFileCodecType, RECORD_MODE videoRecordMode) |
| Start recording the call. More... | |
| Int32 | PortSIP.PortSIPLib.stopRecord (Int32 sessionId) |
| Stop record. More... | |
| Int32 PortSIP.PortSIPLib.startRecord | ( | Int32 | sessionId, |
| String | recordFilePath, | ||
| String | recordFileName, | ||
| Boolean | appendTimestamp, | ||
| AUDIO_RECORDING_FILEFORMAT | audioFileFormat, | ||
| RECORD_MODE | audioRecordMode, | ||
| VIDEOCODEC_TYPE | videoFileCodecType, | ||
| RECORD_MODE | videoRecordMode | ||
| ) |
Start recording the call.
| sessionId | The session ID of call conversation. |
| recordFilePath | The file path to which the record file will be saved. It must be existent. |
| recordFileName | The file name of record file. For example: audiorecord.wav or videorecord.avi. |
| appendTimestamp | Set to true to append the timestamp to the recording file name. |
| audioFileFormat | The audio record file format. |
| audioRecordMode | The audio record mode. |
| videoFileCodecType | The codec which is used for compressing the video data to save into video record file. |
| videoRecordMode | Allow to set video record mode, with record received and/or sent supported. |
| Int32 PortSIP.PortSIPLib.stopRecord | ( | Int32 | sessionId | ) |
Stop record.
| sessionId | The session ID of call conversation. |