Get livestream details
GET {{baseUrl}}/meetings/:meetingId/livestream
Zoom allows users to livestream a meeting to a custom platform. Get a meeting's livestream configuration details such as Stream URL, Stream Key and Page URL.
Prerequisites:
Meeting host must be a licensed user with a Pro or higher plan.
Live streaming details must have been configured for the meeting.
Scopes: meeting:read:admin
,meeting:read
Rate Limit Label: Light
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"page_url":"\u003cstring\u003e","stream_key":"\u003cstring\u003e","stream_url":"\u003cstring\u003e","resolution":"\u003cstring\u003e"}