Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_crc_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_CALL_OUT_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_CALL_OUT_INTERFACE_H_
9
11
31
43
49{
50public:
52
58 virtual bool isCRCEnabled() = 0;
59
67 virtual ZoomVideoSDKErrors callCRCDevice(const zchar_t* sAddress, ZoomVideoSDKCRCProtocol eProtocol) = 0;
68
74
79 virtual const zchar_t* getSessionSIPAddress() = 0;
80};
81
83#endif
virtual ZoomVideoSDKErrors callCRCDevice(const zchar_t *sAddress, ZoomVideoSDKCRCProtocol eProtocol)=0
Call CRC device.
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.
ZoomVideoSDKCRCCallStatus
CRC call status. Here are more detailed structural descriptions.
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.
wchar_t zchar_t