getMeetingParticipantQos.Rd
Retrieve the quality of service for participants from live or past meetings. 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
getMeetingParticipantQos( meetingId, participantId, type = NULL, return_response = F )
meetingId | The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance. |
---|---|
participantId | Participant ID. |
type | The meeting types: past Past meetings.live Live Meetings. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |