Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.17 KB

RecordingMeeting.md

File metadata and controls

19 lines (16 loc) · 2.17 KB

# RecordingMeeting

Properties

Name Type Description Notes
account_id string Unique Identifier of the user account. [optional]
duration int Meeting duration. [optional]
host_id string ID of the user set as host of meeting. [optional]
id int Meeting ID - also known as the meeting number. [optional]
recording_count int Number of recording files returned in the response of this API call. This includes the `recording_files` and `participant_audio_files` files. [optional]
start_time \DateTime The time at which the meeting started. [optional]
topic string Meeting topic. [optional]
total_size int The total file size of the recording. This includes the `recording_files` and `participant_audio_files` files. [optional]
type string The recording's associated type of meeting or webinar: If the recording is of a meeting: * `1` — Instant meeting. * `2` — Scheduled meeting. * `3` — A recurring meeting with no fixed time. * `4` — A meeting created via PMI (Personal Meeting ID). * `7` — A Personal Audio Conference (PAC). * `8` - Recurring meeting with a fixed time. If the recording is of a webinar: * `5` — A webinar. * `6` — A recurring webinar without a fixed time * `9` — A recurring webinar with a fixed time. If the recording is not from a meeting or webinar: * `99` — A recording uploaded via the Recordings interface on the Zoom Web Portal. [optional]
uuid string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. [optional]
recording_files Recording[] List of recording file. [optional]

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