get
/meetings/{meetingId}/livestream
Zoom allows users to live stream a meeting to a custom platform. Use this API to get a meeting’s live stream 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
Authorization
oauth2 - authorizationCode
Request Parameters
1 Path Parameter
Responses
HTTP Status Code: 200
OK
Live Stream details returned.
1 Example
Schema
stream_url
string
Stream URL.
stream_key
string
Stream Key.
page_url
string
Live streaming page URL. This is the URL using which anyone can view the live stream of the meeting.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
meetingId
$$.env
1 variable not set
oauth_access_token