Google Apps Meet V2 Client - Class AccessType (0.2.2)

Reference documentation and code samples for the Google Apps Meet V2 Client class AccessType.

Possible access types for a meeting space.

Protobuf type google.apps.meet.v2.SpaceConfig.AccessType

Namespace

Google \ Apps \ Meet \ V2 \ SpaceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACCESS_TYPE_UNSPECIFIED

Value: 0

Default value specified by the user's organization.

Note: This is never returned, as the configured access type is returned instead.

Generated from protobuf enum ACCESS_TYPE_UNSPECIFIED = 0;

OPEN

Value: 1

Anyone with the join information (for example, the URL or phone access information) can join without knocking.

Generated from protobuf enum OPEN = 1;

TRUSTED

Value: 2

Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.

Generated from protobuf enum TRUSTED = 2;

RESTRICTED

Value: 3

Only invitees can join without knocking. Everyone else must knock.

Generated from protobuf enum RESTRICTED = 3;