Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.46 KB

LiveStream.md

File metadata and controls

26 lines (17 loc) · 1.46 KB

LiveStream

Properties

Name Type Description Notes
liveStreamId String The unique identifier for the live stream. Live stream IDs begin with "li."
name String The name of your live stream. [optional]
streamKey String The unique, private stream key that you use to begin streaming. [optional]
_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]
assets LiveStreamAssets [optional]
playerId String The unique identifier for the player. [optional]
broadcasting Boolean Whether or not you are broadcasting the live video you recorded for others to see. True means you are broadcasting to viewers, false means you are not. [optional]
restreams List<RestreamsResponseObject> Returns the list of restream destinations.
createdAt OffsetDateTime When the player was created, presented in ATOM UTC format. [optional]
updatedAt OffsetDateTime When the player was last updated, presented in ATOM UTC format. [optional]

Implemented Interfaces

  • Serializable
  • DeepObject