• Invites Zoom Cloud Room Connector (CRC) device.

    Parameters

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

        Callback function in the event of an error.

      • ip: string

        Device IP address.

      • Optional success?: Function

        Callback function on success.

      • type: number

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

    Returns void

    Rate Limit

    10s