Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Update A H 323 Sip Device

    A H.323 or SIP device can make a video call to a Room Connector to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to edit information of a H.323/SIP device from your Zoom account.

    Scopes: h323:write:admin

    Rate Limit Label: Light

    Input

    type: object properties: parameters: type: object properties: deviceId: type: string example: abceHewahkrehwiK description: The device ID. required: - deviceId title: Parameters data: type: object title: Data properties: encryption: description: Device encryption:<br>`auto` - auto.<br>`yes` - yes.<br>`no` - no. enum: - auto - 'yes' - 'no' type: string x-enum-descriptions: - auto - 'yes' - 'no' example: auto ip: description: Device IP. type: string example: 127.0.0.1 name: description: Device name. maxLength: 64 type: string example: api_test_20190508 protocol: description: Device protocol:<br>`H.323` - H.323.<br>`SIP` - SIP. enum: - H.323 - SIP type: string x-enum-descriptions: - H.323 - SIP example: H.323