CRC Helper Interface.
More...
#include <zoom_video_sdk_crc_helper_interface.h>
CRC Helper Interface.
Definition at line 39 of file zoom_video_sdk_crc_helper_interface.h.
◆ ~IZoomVideoSDKCRCHelper()
virtual IZoomVideoSDKCRCHelper::~IZoomVideoSDKCRCHelper |
( |
| ) |
|
|
inlinevirtual |
◆ callCRCDevice()
Call CRC device.
- Parameters
-
sAddress | The CRC device's ip. |
eProtocol | The protocol of the CRC device. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ cancelCallCRCDevice()
Cancel call CRC device.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ getSessionSIPAddress()
virtual const zchar_t * IZoomVideoSDKCRCHelper::getSessionSIPAddress |
( |
| ) |
|
|
pure virtual |
Get the dial-in SIP address of a live session when CRC is enabled.
- Returns
- If the function succeeds, the return value is the live session SIP address when the CRC is enabled. Otherwise it fails, and the return value is the string of length zero(0)
◆ isCRCEnabled()
virtual bool IZoomVideoSDKCRCHelper::isCRCEnabled |
( |
| ) |
|
|
pure virtual |
Query if the CRC feature enabled.
- Returns
- True means that the CRC enabled, otherwise disabled.