lifeCycleStatus property

String lifeCycleStatus
final

The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.

Valid values for this property are:

  • complete – The broadcast is finished.
  • created – The broadcast has incomplete settings, so it is not ready to transition to a live or testing status, but it has been created and is otherwise valid.
  • live – The broadcast is active.
  • liveStarting – The broadcast is in the process of transitioning to live status.
  • ready – The broadcast settings are complete and the broadcast can transition to a live or testing status.
  • revoked – This broadcast was removed by an admin action.
  • testStarting – The broadcast is in the process of transitioning to testing status.
  • testing – The broadcast is only visible to the partner.

Implementation

final String lifeCycleStatus;