A H.323 or SIP device can make a video call to a Room Connector https://support.zoom.us/hc/enus/articles/201363273GettingStartedWithH323SIPRoomConnector 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 https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateH.323SipDevice(
  deviceId,
  name,
  protocol,
  ip,
  encryption,
  return_response = F
)

Arguments

deviceId

The device ID.

name

Device name.

protocol

Device protocol:H.323 H.323.SIP SIP.

ip

Device IP.

encryption

Device encryption:auto auto.yes yes.no no.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.