Module: Google::Apps::Chat::V1::MeetSpaceLinkData::HuddleStatus

Defined in:
proto_docs/google/chat/v1/annotation.rb

Overview

The status of the huddle

Constant Summary collapse

HUDDLE_STATUS_UNSPECIFIED =

Default value for the enum. Don't use.

0
STARTED =

The huddle has started.

1
ENDED =

The huddle has ended. In this case the Meet space URI and identifiers will no longer be valid.

2
MISSED =

The huddle has been missed. In this case the Meet space URI and identifiers will no longer be valid.

3