Get a list of meeting participants from live or past meetings along with the quality of service they recieve during the meeting such as connection quality for sending/receiving video, audio, and shared content.If you do not provide the type query parameter, the default value will be set to live and thus, you will only see metrics for participants in a live meeting, if any meeting is currently being conducted. To view metrics on past meeting participants, provide the appropriate value for type. You can specify a monthly date range for the dashboard data using the from and to query parameters. The month should fall within the last six months.**Scopes:** dashboard_meetings:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:** * Business or a higher plan.

listMeetingParticipantsQos(
  meetingId,
  type = NULL,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

meetingId

The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.

type

The meeting types: past Past meetings.live Live Meetings.

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.