Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 929 Bytes

LiveStreamCreationPayload.md

File metadata and controls

20 lines (11 loc) · 929 Bytes

LiveStreamCreationPayload

Properties

Name Type Description Notes
name String Add a name for your live stream here.
_public Boolean 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]

Implemented Interfaces

  • Serializable
  • DeepObject