state property
Current state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default, never used.
- "STARTED" : An active recording session has started.
- "ENDED" : This recording session has ended, but the recording file hasn't been generated yet.
- "FILE_GENERATED" : Recording file is generated and ready to download.
Implementation
core.String? state;