Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

LiveStreamCreationPayload.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

ApiVideo.Model.LiveStreamCreationPayload

Properties

Name Type Description Notes
Name string Add a name for your live stream here.
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]
PlayerId string The unique identifier for the player. [optional]
Restreams List<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. [optional]

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