Class SpaceConfig
The configuration pertaining to a meeting space.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class SpaceConfig : IMessage<SpaceConfig>, IEquatable<SpaceConfig>, IDeepCloneable<SpaceConfig>, IBufferMessage, IMessage
Constructors
SpaceConfig()
Declaration
public SpaceConfig()
SpaceConfig(SpaceConfig)
Declaration
public SpaceConfig(SpaceConfig other)
Parameters
Type | Name | Description |
---|---|---|
SpaceConfig | other |
Properties
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.
Declaration
public SpaceConfig.Types.AccessType AccessType { get; set; }
Property Value
Type | Description |
---|---|
SpaceConfig.Types.AccessType |
EntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
Declaration
public SpaceConfig.Types.EntryPointAccess EntryPointAccess { get; set; }
Property Value
Type | Description |
---|---|
SpaceConfig.Types.EntryPointAccess |