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:adminmeeting:read
Rate Limit Label:Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
meetingId |
String | Yes |
Unique identifier of the meeting. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.