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.V2
Assembly: Google.Apps.Meet.V2.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
In this article
Back to top Generated by DocFX