lifeCycleStatus property

String? lifeCycleStatus
getter/setter pair

The broadcast's status.

The status can be updated using the API's liveBroadcasts.transition method. Possible string values are:

  • "lifeCycleStatusUnspecified" : No value or the value is unknown.
  • "created" : Incomplete settings, but otherwise valid
  • "ready" : Complete settings
  • "testing" : Visible only to partner, may need special UI treatment
  • "live" : Viper is recording; this means the "clock" is running
  • "complete" : The broadcast is finished.
  • "revoked" : This broadcast was removed by admin action
  • "testStarting" : Transition into TESTING has been requested
  • "liveStarting" : Transition into LIVE has been requested

Implementation

core.String? lifeCycleStatus;