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
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 Embed
SDK Web or mobile Meet SDKs to create owned entry points.
Generated from protobuf enum CREATOR_APP_ONLY = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]