Video SDK for MacOS API Reference
|
Helper interface for Cloud Room Connector (CRC) features. More...
#include <ZMVideoSDKCRCHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isCRCEnabled |
Queries if the CRC feature is enabled. | |
(ZMVideoSDKErrors) | - callCRCDevice:protocol: |
Calls the CRC device. Only available for the host/co-host. | |
(ZMVideoSDKErrors) | - cancelCallCRCDevice |
Cancels the call to the CRC device. Only available for the host/co-host. | |
(NSString *_Nullable) | - getSessionSIPAddress |
Get the dial-in SIP address of a live session when CRC is enabled. | |
Helper interface for Cloud Room Connector (CRC) features.
Definition at line 14 of file ZMVideoSDKCRCHelper.h.
- (ZMVideoSDKErrors) callCRCDevice: | (NSString *) | address | |
protocol: | (ZMVideoSDKCRCProtocol) | callProtocol |
Calls the CRC device. Only available for the host/co-host.
address | The CRC device's IP address. |
callProtocol | The protocol of the CRC device. |
- (ZMVideoSDKErrors) cancelCallCRCDevice |
Cancels the call to the CRC device. Only available for the host/co-host.
- (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.