Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.37 KB

RecordingSeparateAudio.md

File metadata and controls

18 lines (15 loc) · 3.37 KB

# RecordingSeparateAudio

Properties

Name Type Description Notes
download_url string The URL at which to download the the recording. JWT apps To access a private or password-protected cloud recording of a user in your account, use a Zoom JWT app. Use the generated JWT token as the value of the `access_token` query parameter and include this query parameter at the end of the URL. For example: `https://{{base-domain}}/rec/download/{{path-to-file-download}}?access_token={{JWT-token}}` OAuth apps If a user has authorized and installed your OAuth app that contains recording scopes, use the user's OAuth access token to download the file. For example: `https://{{base-domain}}/rec/archive/download/xxx?access_token={{OAuth-access-token}}` Note: This field does not return for Zoom On-Premise accounts. Instead, this API will return the `file_path` field. [optional]
file_name string The recording file's name. [optional]
file_path string The file path to the On-Premise account recording. Note: This API only returns this field for Zoom On-Premise accounts. It does not return the `download_url` field. [optional]
file_size float The recording file's size, in bytes. [optional]
file_type string The recording file's format. One of: * `MP4` — Video file. * `M4A` — Audio-only file. * `TIMELINE` — Timestamp file of the recording, in JSON file format. To get a timeline file, the Add a timestamp to the recording setting must be enabled in the recording settings. The time will display in the host's timezone. * `TRANSCRIPT` — A transcript of the recording, in VTT format. * `CHAT` — A text file containing chat messages sent during the meeting. * `CC` — A file containing the closed captions of the recording, in VTT file format. * `CSV` — A file containing polling data, in CSV format. A recording file object with file the `CC` or `TIMELINE` value does not have the `id`, `status`, `file_size`, `recording_type`, and `play_url` properties. [optional]
id string The recording file's unique ID. This is included in the general query response. [optional]
play_url string The URL at which the recording file can be opened and played. [optional]
recording_end \DateTime The recording file's end time. This is included in the general query response. [optional]
recording_start \DateTime The recording file's start time. [optional]
status string The recording file's status. [optional]

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