ENUM

ENUM_BROADCASTSTATUS

The set of broadcast status values.

link GraphQL Schema definition

  • enum ENUM_BROADCASTSTATUS {
  • # The broadcast isn't active.
  • IDLE
  • # The broadcast is active, but streams aren't being recorded or sent to stream
  • # targets.
  • PREVIEW
  • # The broadcast is active and streams are being recorded and sent to stream
  • # targets.
  • LIVE
  • # The broadcast is no longer active.
  • STOPPED
  • }