Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 4.62 KB

Listmeetingmetrics.md

File metadata and controls

33 lines (30 loc) · 4.62 KB

# Listmeetingmetrics

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. Formatted as hh:mm:ss, for example: `16:08` for 16 minutes and 8 seconds. [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]
tracking_fields \Zoom\Api\Model\ListmeetingmetricsTrackingFieldsInner[] Tracking fields and values assigned to the meeting. [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]
audio_quality string The meeting's audio quality score: * `good` — The audio is almost flawless and the quality is excellent. * `fair` — The audio occasionally has distortion, noise, and other problems, but the content is basically continuous. Participants can communicate normally. * `poor` — The audio often has distortion, noise, and other problems, but the content is basically continuous. Participants can communicate normally. * `bad` — The sound quality is extremely poor and the audio content is almost inaudible. [optional]
video_quality string The meeting's video quality score: * `good` — The video is almost flawless and the quality is excellent. * `fair` — The video definition is high, occasionally gets stuck, fast or slow, or other problems, but the frequency is very low and the video quality is good. * `poor` — The video definition is not high, but not many problems exist. The video quality is mediocre. * `bad` — The picture is very blurred and often gets stuck. [optional]
screen_share_quality string The meeting's screen share quality score: * `good` — The video is almost flawless and the quality is excellent. * `fair` — The video definition is high, occasionally gets stuck, fast or slow, or other problems, but the frequency is very low and the video quality is good. * `poor` — The video definition is not high, but not many problems exist. The video quality is mediocre. * `bad` — The picture is very blurred and often gets stuck. [optional]

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