Module: Google::Apps::Meet::V2beta::SpaceConfig::AccessType

Defined in:
proto_docs/google/apps/meet/v2beta/resource.rb

Overview

Possible access types for a meeting space.

Constant Summary collapse

ACCESS_TYPE_UNSPECIFIED =

Default value specified by the user's organization. Note: This is never returned, as the configured access type is returned instead.

0
OPEN =

Anyone with the join information (for example, the URL or phone access information) can join without knocking.

1
TRUSTED =

Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.

2
RESTRICTED =

Only invitees can join without knocking. Everyone else must knock.

3