Zoom Meeting SDK for Web
    Preparing search index...

    Function inviteCRCDevice

    • Invites Zoom Cloud Room Connector (CRC) device.

      Parameters

      • args: { error?: Function; ip: string; success?: Function; type: number }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • ip: string

          Device IP address.

        • Optionalsuccess?: Function

          Callback function on success.

        • type: number

          Device type: type=1 invites an H.323 device; type=2 invites a SIP device.

      Returns void

      10s