| title | chatRestrictions resource type |
|---|---|
| description | Specifies the configuration settings for meeting chat restrictions. |
| author | yuyaolian-msft |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
Specifies the configuration settings for meeting chat restrictions.
| Property | Type | Description |
|---|---|---|
| allowTextOnly | Boolean | Indicates whether only text is allowed in the meeting chat. Optional. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatRestrictions",
"allowTextOnly": "Boolean",
}