Reference documentation and code samples for the Google Apps Meet V2beta Client class ModerationRestrictions.
Defines restrictions for features when the meeting is moderated.
Generated from protobuf message google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions
Namespace
Google \ Apps \ Meet \ V2beta \ SpaceConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ chat_restriction |
int
Defines who has permission to send chat messages in the meeting space. |
↳ reaction_restriction |
int
Defines who has permission to send reactions in the meeting space. |
↳ present_restriction |
int
Defines who has permission to share their screen in the meeting space. |
↳ default_join_as_viewer_type |
int
Defines whether to restrict the default role assigned to users as viewer. |
getChatRestriction
Defines who has permission to send chat messages in the meeting space.
Returns | |
---|---|
Type | Description |
int |
setChatRestriction
Defines who has permission to send chat messages in the meeting space.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getReactionRestriction
Defines who has permission to send reactions in the meeting space.
Returns | |
---|---|
Type | Description |
int |
setReactionRestriction
Defines who has permission to send reactions in the meeting space.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPresentRestriction
Defines who has permission to share their screen in the meeting space.
Returns | |
---|---|
Type | Description |
int |
setPresentRestriction
Defines who has permission to share their screen in the meeting space.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDefaultJoinAsViewerType
Defines whether to restrict the default role assigned to users as viewer.
Returns | |
---|---|
Type | Description |
int |
setDefaultJoinAsViewerType
Defines whether to restrict the default role assigned to users as viewer.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |