Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Get Livestream Details

    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

    Input

    type: object properties: parameters: type: object properties: meetingId: type: string example: '93398114182' description: Unique identifier of the meeting. required: - meetingId title: Parameters

    Output

    type: object properties: page_url: description: >- Live streaming page URL. This is the URL using which anyone can view the livestream of the meeting. type: string example: https://example.com/livestream/123 stream_key: description: Stream Key. type: string example: [email protected] stream_url: description: Stream URL. type: string example: https://example.com/livestream resolution: description: The number of pixels in each dimension that the video camera can display. type: string example: 720p