huddleStatus property

String? huddleStatus
getter/setter pair

If the Meet is a Huddle, indicates the status of the huddle.

Otherwise, this is unset.

Optional. Output only. Possible string values are:

  • "HUDDLE_STATUS_UNSPECIFIED" : Default value for the enum. Don't use.
  • "STARTED" : The huddle has started.
  • "ENDED" : The huddle has ended. In this case the Meet space URI and identifiers will no longer be valid.
  • "MISSED" : The huddle has been missed. In this case the Meet space URI and identifiers will no longer be valid.

Implementation

core.String? huddleStatus;