Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.57 KB

ReportMeetings200ResponseAllOfMeetingsInner.md

File metadata and controls

26 lines (23 loc) · 2.57 KB

# ReportMeetings200ResponseAllOfMeetingsInner

Properties

Name Type Description Notes
custom_keys \Zoom\Api\Model\ReportMeetings200ResponseAllOfMeetingsInnerCustomKeysInner[] Information about the meeting's assigned custom keys and values. This returns a maximum of 10 items. [optional]
duration int The meeting's duration. [optional]
end_time \DateTime The meeting's end date and time. [optional]
id int The meeting ID. [optional]
participants_count int The number of meeting participants. [optional]
session_key string The Video SDK custom session ID. [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]
start_time \DateTime The meeting's start date and time. [optional]
topic string The meeting's topic. [optional]
total_minutes int The sum of meeting minutes from all meeting participants in the meeting. [optional]
type int The meeting type: * `1` — An instant meeting. * `2` — A scheduled meeting. * `3` — A recurring meeting with no fixed time. * `4` — A personal meeting room. * `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]
uuid string The meeting's universally unique identifier (UUID). Each meeting instance generates a meeting UUID. [optional]
schedule_time string The meeting's scheduled date and time. [optional]
join_waiting_room_time string The date and time at which the attendee joined the waiting room. [optional]
join_time string The date and time at which the attendee joined the meeting. [optional]
leave_time string The date and time at which the attendee left the meeting. [optional]

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