OBJECT

NearRealTimeDataPublishSession

The broadcast session information.

link GraphQL Schema definition

  • type NearRealTimeDataPublishSession {
  • # The broadcast ID.
  • broadcastId: String
  • # The broadcast type.
  • broadcastType: Int
  • # The broadcast unique ID.
  • broadcastUniqueId: String
  • # 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 name of the override slate that is currently active.
  • slateOverrideName: String
  • # The schedule driven slate item that is currently active.
  • activeSlateSchedule: NearRealTimeDataScheduleSlateItem
  • }