Reference documentation and code samples for the Google Apps Chat V1 Client class HuddleStatus.
The status of the huddle
Protobuf type google.chat.v1.MeetSpaceLinkData.HuddleStatus
Namespace
Google \ Apps \ Chat \ V1 \ MeetSpaceLinkDataMethods
static::name
value
mixed
static::value
name
mixed
Constants
HUDDLE_STATUS_UNSPECIFIED
Value: 0
Default value for the enum. Don't use.
Generated from protobuf enum HUDDLE_STATUS_UNSPECIFIED = 0;
STARTED
Value: 1
The huddle has started.
Generated from protobuf enum STARTED = 1;
ENDED
Value: 2
The huddle has ended. In this case the Meet space URI and identifiers will no longer be valid.
Generated from protobuf enum ENDED = 2;
MISSED
Value: 3
The huddle has been missed. In this case the Meet space URI and identifiers will no longer be valid.
Generated from protobuf enum MISSED = 3;

