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 |
---|---|---|
Space |
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 |
---|---|
Space |
ArtifactConfig
Developer Preview: Configuration pertaining to the auto-generated artifacts that the meeting supports.
Declaration
public SpaceConfig.Types.ArtifactConfig ArtifactConfig { get; set; }
Property Value
Type | Description |
---|---|
Space |
AttendanceReportGenerationType
Developer Preview: Whether attendance report is enabled for the meeting space.
Declaration
public SpaceConfig.Types.AttendanceReportGenerationType AttendanceReportGenerationType { get; set; }
Property Value
Type | Description |
---|---|
Space |
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 |
---|---|
Space |
Moderation
Developer Preview: The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.
Declaration
public SpaceConfig.Types.Moderation Moderation { get; set; }
Property Value
Type | Description |
---|---|
Space |
ModerationRestrictions
Developer Preview: When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.
Declaration
public SpaceConfig.Types.ModerationRestrictions ModerationRestrictions { get; set; }
Property Value
Type | Description |
---|---|
Space |