Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.16 KB

LiveStreamUpdatePayload.md

File metadata and controls

20 lines (11 loc) · 1.16 KB

LiveStreamUpdatePayload

Properties

Name Type Description Notes
name String The name you want to use for your live stream. [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]
playerId String The unique ID for the player associated with a live stream that you want to update. [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. This operation updates all restream destinations in the same request. If you do not want to modify an existing restream destination, you need to include it in your request, otherwise it is removed. [optional]

Implemented Interfaces

  • Serializable
  • DeepObject