listH.323SipDevices.Rd
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 list all H.323/SIP Devices on a Zoom account.**Scopes:** h323:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listH.323SipDevices( page_size = NULL, page_number = NULL, next_page_token = NULL, return_response = F )
page_size | The number of records returned within a single API call. |
---|---|
page_number | **Deprecated** This field has been deprecated and we will stop supporting it completely in a future release. Please use "next_page_token" for pagination instead of this field.The page number of the current page in the returned records. |
next_page_token | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |