ZoomVideoSdkCRCHelper class
CRC helper interface.
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkCRCHelper
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
callCRCDevice(
String address, String protocol) → Future< String> -
Calls CRC device. Only available for the host/co-host.
If the function succeeds, the {@link ZoomVideoSDKDelegate#onCallCRCDeviceStatusChanged(ZoomVideoSDKCRCCallStatus)} will be triggered once the call crc device status changes.
address
The CRC device's IP addressprotocol
The protocol of the CRC device. See {@link ZoomVideoSDKCRCProtocol}
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
cancelCallCRCDevice(
) → Future< String> -
Cancels the call to the CRC device.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
getSessionSIPAddress(
) → Future< String> - Get the session SIP address.
-
isCRCEnabled(
) → Future< bool> -
Query if the CRC feature enabled.
Return true means that the CRC enabled, otherwise it's disabled. Note: only get the correct value after join session -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited