Resource: Space
Virtual place where conferences are held. Only one active conference can be held in one space at any given time.
JSON representation |
---|
{ "name": string, "meetingUri": string, "meetingCode": string, "config": { object ( |
Fields | |
---|---|
name |
Immutable. Resource name of the space. Format:
For more information, see How Meet identifies a meeting space. |
meetingUri |
Output only. URI used to join meetings consisting of |
meetingCode |
Output only. Type friendly unique string used to join the meeting. Format: The maximum length is 128 characters. Can only be used as an alias of the space name to get the space. |
config |
Configuration pertaining to the meeting space. |
activeConference |
Active conference, if it exists. |
SpaceConfig
The configuration pertaining to a meeting space.
JSON representation |
---|
{ "accessType": enum ( |
Fields | |
---|---|
accessType |
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 |
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL |
AccessType
Possible access types for a meeting space.
Enums | |
---|---|
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. |
EntryPointAccess
Entry points that can be used to join a meeting. Example: meet.google.com
, the Meet Embed SDK Web, or a mobile application.
Enums | |
---|---|
ENTRY_POINT_ACCESS_UNSPECIFIED |
Unused. |
ALL |
All entry points are allowed. |
CREATOR_APP_ONLY |
Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Meet Embed SDK Web or mobile Meet SDKs to create owned entry points. |
ActiveConference
Active conference.
JSON representation |
---|
{ "conferenceRecord": string } |
Fields | |
---|---|
conferenceRecord |
Output only. Reference to 'ConferenceRecord' resource. Format: |
Methods |
|
---|---|
|
Creates a space. |
|
Ends an active conference (if there's one). |
|
Gets details about a meeting space. |
|
Updates details about a meeting space. |