Zoom · Example Payload

Zoom Meeting Live Stream Update Request Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Live Stream Update Request Example is an example object payload from Zoom, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stream_urlstream_keypage_urlresolution

Example Payload

Raw ↑
{
  "stream_url": "https://www.example.com",
  "stream_key": "example_value",
  "page_url": "https://www.example.com",
  "resolution": "example_value"
}