Zoom · Example Payload

Zoom Meeting Recording File Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Recording File Example is an example object payload from Zoom, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idmeeting_idrecording_startrecording_endfile_typefile_extensionfile_sizedownload_urlplay_urlstatusrecording_type

Example Payload

Raw ↑
{
  "id": "abc123",
  "meeting_id": "500123",
  "recording_start": "example_value",
  "recording_end": "example_value",
  "file_type": "example_value",
  "file_extension": "example_value",
  "file_size": 42.5,
  "download_url": "https://www.example.com",
  "play_url": "https://www.example.com",
  "status": "example_value",
  "recording_type": "example_value"
}