Reference documentation and code samples for the Google Apps Meet V2 Client class SpaceConfig.
The configuration pertaining to a meeting space.
Generated from protobuf message google.apps.meet.v2.SpaceConfig
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ access_type
int
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
↳ entry_point_access
int
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
getAccessType
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
setAccessType
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
$this
getEntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space.
Default: EntryPointAccess.ALL
setEntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space.
Default: EntryPointAccess.ALL
$this

