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