Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.39 KB

MeetingMetric.md

File metadata and controls

29 lines (26 loc) · 2.39 KB

# MeetingMetric

Properties

Name Type Description Notes
host string Host display name. [optional]
custom_keys \Zoom\Api\Model\MeetingMetricCustomKeysInner[] Custom keys and values assigned to the meeting. [optional]
dept string Department of the host. [optional]
duration string Meeting duration. [optional]
email string Email address of the host. [optional]
end_time \DateTime Meeting end time. [optional]
has_3rd_party_audio bool Indicates whether or not third party audio was used in the meeting. [optional]
has_archiving bool Whether the archiving feature was used in the meeting. [optional]
has_pstn bool Indicates whether or not the PSTN was used in the meeting. [optional]
has_recording bool Indicates whether or not the recording feature was used in the meeting. [optional]
has_screen_share bool Indicates whether or not screenshare feature was used in the meeting. [optional]
has_sip bool Indicates whether or not someone joined the meeting using SIP. [optional]
has_video bool Indicates whether or not video was used in the meeting. [optional]
has_voip bool Indicates whether or not VoIP was used in the meeting. [optional]
id int Meeting ID: Unique identifier of the meeting in "long" format(represented as int64 data type in JSON), also known as the meeting number. [optional]
in_room_participants int The number of Zoom Room participants in the meeting. [optional]
participants int Meeting participant count. [optional]
start_time \DateTime Meeting start time. [optional]
topic string Meeting topic. [optional]
user_type string License type of the user. [optional]
uuid string Meeting UUID. Please double encode your UUID when using it for API calls if the UUID begins with a '/'or contains '//' in it. [optional]

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