Show / Hide Table of Contents

Class SpaceConfig

The configuration pertaining to a meeting space.

Inheritance
object
SpaceConfig
Implements
IMessage<SpaceConfig>
IEquatable<SpaceConfig>
IDeepCloneable<SpaceConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

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
SpaceConfig.Types.ArtifactConfig

AttendanceReportGenerationType

Developer Preview: Whether attendance report is enabled for the meeting space.

Declaration
public SpaceConfig.Types.AttendanceReportGenerationType AttendanceReportGenerationType { get; set; }
Property Value
Type Description
SpaceConfig.Types.AttendanceReportGenerationType

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

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
SpaceConfig.Types.Moderation

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
SpaceConfig.Types.ModerationRestrictions
In this article
Back to top Generated by DocFX