Class SpaceConfig.Types.ModerationRestrictions
Defines restrictions for features when the meeting is moderated.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class SpaceConfig.Types.ModerationRestrictions : IMessage<SpaceConfig.Types.ModerationRestrictions>, IEquatable<SpaceConfig.Types.ModerationRestrictions>, IDeepCloneable<SpaceConfig.Types.ModerationRestrictions>, IBufferMessage, IMessage
Constructors
ModerationRestrictions()
Declaration
public ModerationRestrictions()
ModerationRestrictions(ModerationRestrictions)
Declaration
public ModerationRestrictions(SpaceConfig.Types.ModerationRestrictions other)
Parameters
Type | Name | Description |
---|---|---|
Space |
other |
Properties
ChatRestriction
Defines who has permission to send chat messages in the meeting space.
Declaration
public SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType ChatRestriction { get; set; }
Property Value
Type | Description |
---|---|
Space |
DefaultJoinAsViewerType
Defines whether to restrict the default role assigned to users as viewer.
Declaration
public SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType DefaultJoinAsViewerType { get; set; }
Property Value
Type | Description |
---|---|
Space |
PresentRestriction
Defines who has permission to share their screen in the meeting space.
Declaration
public SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType PresentRestriction { get; set; }
Property Value
Type | Description |
---|---|
Space |
ReactionRestriction
Defines who has permission to send reactions in the meeting space.
Declaration
public SpaceConfig.Types.ModerationRestrictions.Types.RestrictionType ReactionRestriction { get; set; }
Property Value
Type | Description |
---|---|
Space |