Google Apps Meet V2beta Client - Class Moderation (0.3.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class Moderation.

The moderation mode for a meeting. When the moderation mode is on, the meeting owner has more control over the meeting with features such as co-host management (see message Member) and feature restrictions (see message ModerationRestrictions).

Protobuf type google.apps.meet.v2beta.SpaceConfig.Moderation

Namespace

Google \ Apps \ Meet \ V2beta \ SpaceConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODERATION_UNSPECIFIED

Value: 0

Moderation type is not specified. This is used to indicate the user hasn't specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.

Generated from protobuf enum MODERATION_UNSPECIFIED = 0;

OFF

Value: 1

Moderation is off.

Generated from protobuf enum OFF = 1;

ON

Value: 2

Moderation is on.

Generated from protobuf enum ON = 2;