@zoom/react-native-videosdk
    Preparing search index...

    Type Alias ZoomVideoSdkCRCHelperType

    type ZoomVideoSdkCRCHelperType = {
        callCRCDevice: (address: string, protocol: string) => Promise<Errors>;
        cancelCallCRCDevice: () => Promise<Errors>;
        getSessionSIPAddress: () => Promise<string>;
        isCRCEnabled: () => Promise<boolean>;
    }
    Index

    Properties

    callCRCDevice: (address: string, protocol: string) => Promise<Errors>

    Call the CRC device.

    cancelCallCRCDevice: () => Promise<Errors>

    Cancel the call CRC device.

    getSessionSIPAddress: () => Promise<string>

    Get the session SIP address.

    isCRCEnabled: () => Promise<boolean>

    Determine if CRC is enabled.