recordingStatus property

String? recordingStatus
getter/setter pair

The broadcast's recording status. Possible string values are:

  • "liveBroadcastRecordingStatusUnspecified" : No value or the value is unknown.
  • "notRecording" : The recording has not yet been started.
  • "recording" : The recording is currently on.
  • "recorded" : The recording is completed, and cannot be started again.

Implementation

core.String? recordingStatus;