Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 3.15 KB

RecordingGet200Response.md

File metadata and controls

23 lines (20 loc) · 3.15 KB

# RecordingGet200Response

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]
download_access_token string The JWT token to download the meeting's recording. This response only returns if the `download_access_token` is included in the `include_fields` query parameter. [optional]
password string The cloud recording's password. [optional]
recording_play_passcode string The cloud recording's password to be used in the URL. This recording's password can be directly spliced in `play_url` or `share_url` with `?pwd=` to access and play. For example, 'https://zoom.us/rec/share/_**************?pwd=yNYIS408EJygs7rE5vVsJwXIz4-VW7MH'. If you want to use this field, please contact Zoom support. [optional]
participant_audio_files RecordingSeparateAudio[] A list of recording files. The API only returns this response when the Record a separate audio file of each participant setting is enabled. [optional]

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