Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_crc_helper_interface.h File Reference

crc helper interface. More...

Go to the source code of this file.

Classes

class  IZoomVideoSDKCRCHelper
 CRC Helper Interface. More...
 

Enumerations

enum  ZoomVideoSDKCRCCallStatus {
  ZoomVideoSDKCRCCallStatus_Success = 0 , ZoomVideoSDKCRCCallStatus_Ring , ZoomVideoSDKCRCCallStatus_Timeout , ZoomVideoSDKCRCCallStatus_Busy ,
  ZoomVideoSDKCRCCallStatus_Decline , ZoomVideoSDKCRCCallStatus_Failed
}
 CRC call status. Here are more detailed structural descriptions. More...
 
enum  ZoomVideoSDKCRCProtocol { ZoomVideoSDKCRCProtocol_H323 = 0 , ZoomVideoSDKCRCProtocol_SIP }
 Call CRC protocol. Here are more detailed structural descriptions. More...
 

Detailed Description

crc helper interface.

Definition in file zoom_video_sdk_crc_helper_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKCRCCallStatus

CRC call status. Here are more detailed structural descriptions.

Enumerator
ZoomVideoSDKCRCCallStatus_Success 

Call out successfully.

ZoomVideoSDKCRCCallStatus_Ring 

Bell during the call.

ZoomVideoSDKCRCCallStatus_Timeout 

Call timeout.

ZoomVideoSDKCRCCallStatus_Busy 

Busy.

ZoomVideoSDKCRCCallStatus_Decline 

Decline.

ZoomVideoSDKCRCCallStatus_Failed 

Call fails.

Definition at line 17 of file zoom_video_sdk_crc_helper_interface.h.

◆ ZoomVideoSDKCRCProtocol

Call CRC protocol. Here are more detailed structural descriptions.

Enumerator
ZoomVideoSDKCRCProtocol_H323 

H.323 type.

ZoomVideoSDKCRCProtocol_SIP 

SIP type.

Definition at line 31 of file zoom_video_sdk_crc_helper_interface.h.