Google Apps Meet V2beta Client - Class EntryPointAccess (0.1.0)

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

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

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

Namespace

Google \ Apps \ Meet \ V2beta \ SpaceConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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 Embed SDK Web or mobile Meet SDKs to create owned entry points.

Generated from protobuf enum CREATOR_APP_ONLY = 2;