Skip to main content

live_broadcasts

Overview

Namelive_broadcasts
TypeResource
Idyoutube.youtube.live_broadcasts

Fields

NameDatatypeDescription
idstringThe ID that YouTube assigns to uniquely identify the broadcast.
statisticsobjectStatistics about the live broadcast. These represent a snapshot of the values at the time of the request. Statistics are only returned for live broadcasts.
statusobjectLive broadcast state.
contentDetailsobjectDetailed settings of a broadcast.
etagstringEtag of this resource.
kindstringIdentifies what kind of resource this is. Value: the fixed string "youtube#liveBroadcast".
snippetobjectBasic broadcast information.

Methods

NameAccessible byRequired ParamsDescription
liveBroadcasts_listSELECTpartRetrieve the list of broadcasts associated with the given channel.
liveBroadcasts_deleteDELETEidDelete a given broadcast.
liveBroadcasts_bindEXECid, partBind a broadcast to a stream.
liveBroadcasts_insertEXECpartInserts a new stream for the authenticated user.
liveBroadcasts_insertCuepointEXECInsert cuepoints in a broadcast
liveBroadcasts_transitionEXECbroadcastStatus, id, partTransition a broadcast to a given status.
liveBroadcasts_updateEXECpartUpdates an existing broadcast for the authenticated user.