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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class Moderation (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.SpaceConfig.Moderation)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.SpaceConfig.Moderation)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.SpaceConfig.Moderation)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.SpaceConfig.Moderation)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.SpaceConfig.Moderation) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class Moderation.\n\nThe moderation mode for a meeting. When the moderation mode is on, the\nmeeting owner has more control over the meeting with features such as\nco-host management (see message Member) and feature restrictions (see\nmessage ModerationRestrictions).\n\nProtobuf type `google.apps.meet.v2beta.SpaceConfig.Moderation`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta \\\\ SpaceConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MODERATION_UNSPECIFIED\n\n Value: 0\n\nModeration type is not specified. This is used to indicate the user\nhasn't specified any value as the user does not intend to update the\nstate. Users are not allowed to set the value as unspecified.\n\nGenerated from protobuf enum `MODERATION_UNSPECIFIED = 0;`\n\n### OFF\n\n Value: 1\n\nModeration is off.\n\nGenerated from protobuf enum `OFF = 1;`\n\n### ON\n\n Value: 2\n\nModeration is on.\n\nGenerated from protobuf enum `ON = 2;`"]]