Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.22 KB

PastMeetingDetails200Response.md

File metadata and controls

22 lines (19 loc) · 2.22 KB

# PastMeetingDetails200Response

Properties

Name Type Description Notes
id int The meeting ID. [optional]
uuid string The meeting's UUID. You must double encode this value if the meeting UUID begins with a `/` character or contains the `//` character. [optional]
duration int The meeting's duration, in minutes. [optional]
start_time \DateTime The meeting's start date and time. [optional]
end_time \DateTime The meeting's end date and time. [optional]
host_id string The host's ID. [optional]
dept string The meeting host's department. [optional]
participants_count int The number of meeting participants. [optional]
source string Whether the meeting was created directly through Zoom or via an API request: * If the meeting was created via an OAuth app, this field returns the OAuth app's name. * If the meeting was created via JWT or the Zoom Web Portal, this returns the `Zoom` value. [optional]
topic string The meeting's topic. [optional]
total_minutes int The total number of minutes attended by the meeting's host and participants. [optional]
type int The meeting type: * `0` — A prescheduled meeting. * `1` — An instant meeting. * `2` — A scheduled meeting. * `3` — A recurring meeting with no fixed time. * `4` — A personal meeting room. * `7` — A PAC (Personal Audio Conference) meeting. * `8` — A recurring meeting with a fixed time. [optional]
user_email string The user's email address. [optional]
user_name string The user's display name. [optional]

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