OBJECT

BroadcastGoLiveEvent

A collection of metrics related to a broadcast go live event.

link GraphQL Schema definition

  • type BroadcastGoLiveEvent {
  • # The broadcast unique ID.
  • broadcastUniqueId: String
  • # The broadcast ID.
  • broadcastId: ID
  • # The broadcast title.
  • title: String
  • # The date and time at which the appliance started streaming after receiving
  • # notification that the broadcast entered a status of LIVE.
  • timeStart: String
  • # The date and time at which the broadcast entered a status of LIVE.
  • timeGoLive: String
  • # The date and time at which the last near real-time data related to the go live
  • # event was received.
  • timeStop: String
  • # A collection of encoder IDs related to the go live event.
  • encoderIds: [ID]
  • # A collection of recording assets of the go live event.
  • recordingAssets: [RecordingAsset]
  • }