ZoomCloudRecordingFile
A Zoom cloud recording file with metadata and download URL
Fields
download_url
· String
· The URL to download the recording file file_type
· ZoomRecordingFileTypeEnum
· The file type of the recording meeting_id
· String
· The Meeting ID for the Zoom call that was recorded recording_end
· String
· The end time of the recording recording_start
· String
· The start time of the recording recording_type
· ZoomRecordingTypeEnum
· The type of recording status
· ZoomRecordingStatusEnum
· The status of the recording file Used By
Definition
"""A Zoom cloud recording file with metadata and download URL"""type ZoomCloudRecordingFile { """ The URL to download the recording file """ download_url: String
""" The size of the recording file in bytes """ file_size: Int
""" The file type of the recording """ file_type: ZoomRecordingFileTypeEnum
""" The unique identifier of the recording file """ id: String
""" The Meeting ID for the Zoom call that was recorded """ meeting_id: String
""" The end time of the recording """ recording_end: String
""" The start time of the recording """ recording_start: String
""" The type of recording """ recording_type: ZoomRecordingTypeEnum
""" The status of the recording file """ status: ZoomRecordingStatusEnum}