Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.82 KB

QOSParticipant.md

File metadata and controls

22 lines (19 loc) · 2.82 KB

# QOSParticipant

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 webinar by logging into Zoom. If the participant joins the webinar without logging into Zoom, this returns an empty value. [optional]
device string The type of device the participant used to join the meeting: * `Phone` — The participant joined via PSTN. * `H.323/SIP` — The participant joined via an H.323 or SIP device. * `Windows` — The participant joined via VoIP using a Windows device. * `Mac` — The participant joined via VoIP using a Mac device. * `iOS` — The participant joined via VoIP using an iOS device. * `Android` — The participant joined via VoIP using an Android device. Note: This response returns an empty string (`““`) value for any users who are not a part of the host's account (external users). [optional]
domain string The participant's PC domain. Note: This response returns an empty string (`““`) value for any users who are not a part of the host's account (external users). [optional]
harddisk_id string The participant's hard disk ID. Note: This response returns an empty string (`““`) value for any users who are not a part of the host's account (external users). [optional]
ip_address string The participant's IP address. [optional]
join_time \DateTime The time at which the participant joined the meeting. [optional]
leave_time \DateTime The time at which the participant left the meeting. [optional]
location string The participant's location. [optional]
mac_addr string The participant's MAC address. Note: This response returns an empty string (`““`) value for any users who are not a part of the host's account (external users). [optional]
pc_name string The participant's PC name. [optional]
user_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]
user_qos \Zoom\Api\Model\QOSParticipantUserQosInner[] The participant's quality of service information. [optional]
version string The participant's Zoom client version. [optional]

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