ENUM

ENUM_RECORDINGASSETSTATUS

The set of recording asset status values.

link GraphQL Schema definition

  • enum ENUM_RECORDINGASSETSTATUS {
  • # The recording asset is newly created.
  • CREATE
  • # The recording asset is uploading.
  • UPLOADING
  • # The recording asset upload is stopped.
  • STOPPED
  • # The recording asset upload is paused.
  • PAUSED
  • # The recording asset upload failed.
  • FAILED
  • # The recording asset upload finished.
  • FINISHED
  • }