Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SpaceConfig

import type { SpaceConfig } from "https://googleapis.deno.dev/v1/meet:v2.ts";

The configuration pertaining to a meeting space.

interface SpaceConfig {
accessType?:
| "ACCESS_TYPE_UNSPECIFIED"
| "OPEN"
| "TRUSTED"
| "RESTRICTED";
entryPointAccess?: "ENTRY_POINT_ACCESS_UNSPECIFIED" | "ALL" | "CREATOR_APP_ONLY";
}

§Properties

§
accessType?: "ACCESS_TYPE_UNSPECIFIED" | "OPEN" | "TRUSTED" | "RESTRICTED"
[src]

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.

§
entryPointAccess?: "ENTRY_POINT_ACCESS_UNSPECIFIED" | "ALL" | "CREATOR_APP_ONLY"
[src]

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