Google Apps Meet V2 Client - Class SpaceConfig (0.2.3)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
int

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.

Parameter
Name Description
var int
Returns
Type Description
$this

getEntryPointAccess

Defines the entry points that can be used to join meetings hosted in this meeting space.

Default: EntryPointAccess.ALL

Returns
Type Description
int

setEntryPointAccess

Defines the entry points that can be used to join meetings hosted in this meeting space.

Default: EntryPointAccess.ALL

Parameter
Name Description
var int
Returns
Type Description
$this