Google Apps Meet V2 Client - Class EntryPointAccess (0.2.3)

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

Entry points that can be used to join a meeting. Example: meet.google.com, the Meet Embed SDK Web, or a mobile application.

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

Namespace

Google \ Apps \ Meet \ V2 \ SpaceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENTRY_POINT_ACCESS_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum ENTRY_POINT_ACCESS_UNSPECIFIED = 0;

ALL

Value: 1

All entry points are allowed.

Generated from protobuf enum ALL = 1;

CREATOR_APP_ONLY

Value: 2

Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Meet Embed SDK Web or mobile Meet SDKs to create owned entry points.

Generated from protobuf enum CREATOR_APP_ONLY = 2;