Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1007 Bytes

LiveStreamCreationPayload.md

File metadata and controls

12 lines (9 loc) · 1007 Bytes

# 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 \ApiVideo\Client\Model\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]