Type Alias ZoomVideoSdkCRCHelperType
ZoomVideoSdkCRCHelperType: { callCRCDevice: (address: string, protocol: string) => Promise<Errors>; cancelCallCRCDevice: () => Promise<Errors>; isCRCEnabled: () => Promise<boolean>;} Type declaration
callCRCDevice: (address: string, protocol: string) => Promise<Errors>
cancelCallCRCDevice: () => Promise<Errors>
isCRCEnabled: () => Promise<boolean>
Call the CRC device.