Zoom · JSON Structure

Zoom Meeting Recording File Structure

Type: object Properties: 11
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

RecordingFile is a JSON Structure definition published by Zoom, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id meeting_id recording_start recording_end file_type file_extension file_size download_url play_url status recording_type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecordingFile",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "meeting_id": {
      "type": "string"
    },
    "recording_start": {
      "type": "string"
    },
    "recording_end": {
      "type": "string"
    },
    "file_type": {
      "type": "string"
    },
    "file_extension": {
      "type": "string"
    },
    "file_size": {
      "type": "number"
    },
    "download_url": {
      "type": "string"
    },
    "play_url": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "recording_type": {
      "type": "string"
    }
  }
}