Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.25 KB

LiveStreamUpdatePayload.md

File metadata and controls

13 lines (9 loc) · 1.25 KB

LiveStreamUpdatePayload

Properties

Name Type Description Notes
name str The name you want to use for your live stream. [optional]
public bool Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature here. [optional]
player_id str The unique ID for the player associated with a live stream that you want to update. [optional]
restreams [RestreamsRequestObject] Use this parameter to add, edit, or remove `RTMPS` or `RTMP` services where you want to restream a live stream. The list can only contain up to 5 destinations. This operation updates all restream destinations in the same request. If you do not want to modify an existing restream destination, you need to include it in your request, otherwise it is removed. [optional]

[Back to Model list] [Back to API list] [Back to README]