Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.53 KB

LiveStream.md

File metadata and controls

19 lines (15 loc) · 1.53 KB

LiveStream

Properties

Name Type Description Notes
live_stream_id str The unique identifier for the live stream. Live stream IDs begin with "li."
restreams [RestreamsResponseObject] Returns the list of restream destinations.
name str The name of your live stream. [optional]
stream_key str The unique, private stream key that you use to begin streaming. [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]
assets LiveStreamAssets [optional]
player_id str The unique identifier for the player. [optional]
broadcasting bool 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]
created_at datetime When the player was created, presented in ISO-8601 format. [optional]
updated_at datetime When the player was last updated, presented in ISO-8601 format. [optional]

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