autoRecordingGeneration property

String? autoRecordingGeneration
getter/setter pair

Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting. Possible string values are:

  • "AUTO_GENERATION_TYPE_UNSPECIFIED" : Default value specified by user policy. This should never be returned.
  • "ON" : The artifact is generated automatically.
  • "OFF" : The artifact is not generated automatically.

Implementation

core.String? autoRecordingGeneration;