listWebinarParticipantQos.Rd
Retrieve a list of participants from live or past webinars and the quality of service they received.This data indicates the connection quality for sending/receiving video, audio, and shared content. If nothing is being sent or received at that time, no information will be shown in the fields.**Scopes:** dashboard:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:*** Business, Education or API Plan with Webinar addon.
listWebinarParticipantQos( webinarId, type = NULL, page_size = NULL, next_page_token = NULL, return_response = F )
webinarId | The webinar ID or webinar UUID. If given the webinar ID it will take the last webinar instance. |
---|---|
type | The webinar type. |
page_size | The number of items returned per page. |
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. |