Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.29 KB

ParticipantQOSSummary.md

File metadata and controls

13 lines (10 loc) · 1.29 KB

# ParticipantQOSSummary

Properties

Name Type Description Notes
id string The participant's universally unique ID. This value is the same as the participant's user ID if the participant joins the meeting by logging into Zoom. If the participant joins the meeting without logging into Zoom, this returns an empty value. [optional]
participant_id string The participant's ID. This value is assigned to a participant upon joining a meeting and is only valid for the meeting's duration. [optional]
user_name string The participant's display name. [optional]
email string The participant's email address. If the participant is not part of the host's account, this returns an empty string value, with some exceptions. See Email address display rules for details. [optional]
qos \Zoom\Api\Model\ParticipantQOSSummaryQosInner[] The summary of participant's quality of service information. [optional]

[Back to Model list] [Back to API list] [Back to README]