Update live stream status
PATCH {{baseUrl}}/webinars/:webinarId/livestream/status
Let users live stream a webinar to a custom platform. Update the status of a webinar's live stream.
Prerequisites:
Pro or higher plan with a Webinar Add-on.
Live streaming details must be configured for the webinar.
Scopes: webinar:write
,webinar:write:admin
Rate Limit Label: LIGHT
Request Body
{"action"=>"stop", "settings"=>{"active_speaker_name"=>"<boolean>", "display_name"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |