Retrieve details on the quality of service that participants from live or past webinars recieved.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 Zoom Rooms set up.

getWebinarParticipantQos(
  webinarId,
  participantId,
  type = NULL,
  return_response = F
)

Arguments

webinarId

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

participantId

Participant ID.

type

The webinar type.

return_response

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