Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "page_url": "<string>", "stream_key": "<string>", "stream_url": "<string>", "resolution": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/livestream' -H 'Accept: application/json'

ENDPOINTS