Video SDK for iOS API Reference
|
#include <ZoomVideoSDKCRCHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isCRCEnabled |
Queries if the CRC feature is enabled. | |
(NSString *_Nullable) | - getSessionSIPAddress |
Get the dial-in SIP address of a live session when CRC is enabled. | |
(ZoomVideoSDKError) | - callCRCDevice:protocol: |
Calls the CRC device. | |
(ZoomVideoSDKError) | - cancelCallCRCDevice |
Cancels the call to the CRC device. | |
Definition at line 12 of file ZoomVideoSDKCRCHelper.h.
- (ZoomVideoSDKError) callCRCDevice: | (NSString *_Nullable) | ipAddr | |
protocol: | (ZoomVideoSDKCRCProtocol) | protocol |
Calls the CRC device.
ipAddr | The CRC device's IP address. |
protocol | The protocol of the CRC device. |
- (ZoomVideoSDKError) cancelCallCRCDevice |
Cancels the call to the CRC device.
- (NSString *_Nullable) getSessionSIPAddress |
Get the dial-in SIP address of a live session when CRC is enabled.
- (BOOL) isCRCEnabled |
Queries if the CRC feature is enabled.