6#ifndef _ZOOM_VIDEO_SDK_CALL_OUT_INTERFACE_H_ 
    7#define _ZOOM_VIDEO_SDK_CALL_OUT_INTERFACE_H_ 
virtual ZoomVideoSDKErrors callCRCDevice(const zchar_t *sAddress, ZoomVideoSDKCRCProtocol eProtocol)=0
Call CRC device.
 
virtual ~IZoomVideoSDKCRCHelper()
 
virtual ZoomVideoSDKErrors cancelCallCRCDevice()=0
Cancel call CRC device.
 
virtual const zchar_t * getSessionSIPAddress()=0
Get the dial-in SIP address of a live session when CRC is enabled.
 
virtual bool isCRCEnabled()=0
Query if the CRC feature enabled.
 
ZoomVideoSDKCRCProtocol
Call CRC protocol. Here are more detailed structural descriptions.
 
@ ZoomVideoSDKCRCProtocol_H323
 
@ ZoomVideoSDKCRCProtocol_SIP
 
ZoomVideoSDKCRCCallStatus
CRC call status. Here are more detailed structural descriptions.
 
@ ZoomVideoSDKCRCCallStatus_Success
 
@ ZoomVideoSDKCRCCallStatus_Timeout
 
@ ZoomVideoSDKCRCCallStatus_Ring
 
@ ZoomVideoSDKCRCCallStatus_Decline
 
@ ZoomVideoSDKCRCCallStatus_Failed
 
@ ZoomVideoSDKCRCCallStatus_Busy
 
Zoom Video SDK Common Definition File.
 
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
 
#define END_ZOOM_VIDEO_SDK_NAMESPACE
 
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.