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:

Servers

Path parameters

Name Type Required Description
meetingId String Yes

Unique identifier of the meeting.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.