Create a H.323/SIP device
POST {{baseUrl}}/h323/devices
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 add a H.323/SIP device to your Zoom account
Scopes:
h323:write:admin
Rate Limit Label
:
Light
Request Body
{"encryption"=>"auto", "ip"=>"<string>", "name"=>"<string>", "protocol"=>"SIP"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"encryption":"auto","ip":"\u003cstring\u003e","name":"\u003cstring\u003e","protocol":"SIP","id":"\u003cstring\u003e"}