accessType property

String? accessType
getter/setter pair

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. Possible string values are:

  • "ACCESS_TYPE_UNSPECIFIED" : Default value specified by the user's organization. Note: This is never returned, as the configured access type is returned instead.
  • "OPEN" : Anyone with the join information (for example, the URL or phone access information) can join without knocking.
  • "TRUSTED" : Members of the host's organization, invited external users, and dial-in users can join without knocking. Everyone else must knock.
  • "RESTRICTED" : Only invitees can join without knocking. Everyone else must knock.

Implementation

core.String? accessType;