Skip to content

Commit 8db38c2

Browse files
authored
Merge pull request #25984 from microsoftgraph/yuyaolian/v1-chatRestrictions
add v1 docs for onlineMeeting chatRestrictions
2 parents 25cfad4 + 1e28546 commit 8db38c2

File tree

9 files changed

+122
-3
lines changed

9 files changed

+122
-3
lines changed

api-reference/beta/resources/chatrestrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "chatRestrictions resource type"
3-
description: "Specifies the configuration for meeting chat restrictions."
3+
description: "Specifies the configuration settings for meeting chat restrictions."
44
author: "yuyaolian-msft"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Specifies the configuration for meeting chat restrictions.
17+
Specifies the configuration settings for meeting chat restrictions.
1818

1919
## Properties
2020

api-reference/beta/resources/onlinemeeting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
6161
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
6262
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md).|
6363
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
64-
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration for meeting chat restrictions. |
64+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
6565
| creationDateTime | DateTime | The meeting creation time in UTC. Read-only. |
6666
| endDateTime | DateTime | The meeting end time in UTC. Required when you create an online meeting. |
6767
| externalId | String | The external ID. A custom ID. Optional. |
@@ -176,6 +176,7 @@ The following JSON representation shows the resource type.
176176
"anonymizeIdentityForRoles": ["String"],
177177
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
178178
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
179+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
179180
"creationDateTime": "String (timestamp)",
180181
"endDateTime": "String (timestamp)",
181182
"id": "String (identifier)",

api-reference/beta/resources/onlinemeetingbase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Inherits from [entity](../resources/entity.md).
4141
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added.|
4242
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. |
4343
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. |
44+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. |
4445
| id | String | The default ID associated with the online meeting. Read-only. |
4546
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. |
4647
| joinInformation | [itemBody](itembody.md) | The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. |
@@ -132,6 +133,7 @@ The following JSON representation shows the resource type.
132133
"anonymizeIdentityForRoles": ["String"],
133134
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
134135
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
136+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
135137
"id": "String (identifier)",
136138
"isEntryExitAnnounced": "Boolean",
137139
"joinInformation": {"@odata.type": "microsoft.graph.itemBody"},

api-reference/beta/resources/virtualeventsession.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingbase.md).
4545
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the virtual event session. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md).|
4646
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4747
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with the virtual event session. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
48+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4849
| endDateTime | [DateTimeTimeZone](../resources/datetimetimezone.md) | The virtual event session end time. |
4950
| id | String | The unique identifier of the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5051
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -130,6 +131,7 @@ The following JSON representation shows the resource type.
130131
"anonymizeIdentityForRoles": ["String"],
131132
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
132133
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
134+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
133135
"endDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
134136
"id": "String (identifier)",
135137
"isEntryExitAnnounced": "Boolean",
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "chatRestrictions resource type"
3+
description: "Specifies the configuration settings for meeting chat restrictions."
4+
author: "yuyaolian-msft"
5+
ms.localizationpriority: medium
6+
ms.subservice: "cloud-communications"
7+
doc_type: resourcePageType
8+
ms.date: 03/06/2024
9+
---
10+
11+
# chatRestrictions resource type
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
Specifies the configuration settings for meeting chat restrictions.
18+
19+
## Properties
20+
21+
| Property | Type | Description |
22+
|:--------------------|:----------|:----------------------------------------------|
23+
| allowTextOnly | Boolean | Indicates whether only text is allowed in the meeting chat. Optional. |
24+
25+
## Relationships
26+
None.
27+
28+
## JSON representation
29+
30+
The following JSON representation shows the resource type.
31+
<!-- {
32+
"blockType": "resource",
33+
"@odata.type": "microsoft.graph.chatrestrictions"
34+
}
35+
-->
36+
37+
``` json
38+
{
39+
"@odata.type": "#microsoft.graph.chatrestrictions",
40+
"allowTextOnly": "Boolean",
41+
}
42+
```

api-reference/v1.0/resources/onlinemeeting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Contains information about a meeting, including the URL used to join a meeting,
4949
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5050
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
5151
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
52+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
5253
| creationDateTime | DateTime | The meeting creation time in UTC. Read-only. |
5354
| endDateTime | DateTime | The meeting end time in UTC. Required when you create an online meeting.
5455
| joinWebUrl | String | The join URL of the online meeting. The format of the URL may change; therefore, users shouldn't rely on any information extracted from parsing the URL. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
@@ -129,6 +130,7 @@ The following JSON representation shows the resource type.
129130
"allowedPresenters": "String",
130131
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
131132
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
133+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
132134
"creationDateTime": "String (timestamp)",
133135
"endDateTime": "String (timestamp)",
134136
"id": "String (identifier)",

api-reference/v1.0/resources/onlinemeetingbase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Inherits from [entity](../resources/entity.md).
3434
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added.|
3535
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. |
3636
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. |
37+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. |
3738
| id | String | The default ID associated with the online meeting. Read-only. |
3839
| isEntryExitAnnounced | Boolean | Indicates whether to announce when callers join or leave. |
3940
| joinInformation | [itemBody](itembody.md) | The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. |
@@ -103,6 +104,7 @@ The following JSON representation shows the resource type.
103104
"anonymizeIdentityForRoles": ["String"],
104105
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
105106
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
107+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
106108
"id": "String (identifier)",
107109
"isEntryExitAnnounced": "Boolean",
108110
"joinInformation": {"@odata.type": "microsoft.graph.itemBody"},

api-reference/v1.0/resources/virtualeventsession.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingBase.md).
3737
| allowedPresenters | [onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
3838
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the virtual event session. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md).|
3939
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
40+
| chatRestrictions | [chatrestrictions](../resources/chatrestrictions.md) | Specifies the configuration settings for meeting chat restrictions. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4041
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with the virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
4142
| endDateTime | [DateTimeTimeZone](../resources/datetimetimezone.md) | The virtual event session end time. |
4243
| id | String | The unique identifier of the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
@@ -122,6 +123,7 @@ The following JSON representation shows the resource type.
122123
"allowAttendeeToEnableCamera": "Boolean",
123124
"allowMeetingChat": "String",
124125
"allowTeamworkReactions": "Boolean",
126+
"chatRestrictions":{"@odata.type": "microsoft.graph.chatRestrictions"},
125127
"shareMeetingChatHistoryDefault": "String",
126128
"allowParticipantsToChangeName": "Boolean",
127129
"recordAutomatically": "Boolean",

changelog/Microsoft.Skype.Calling.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
7+
"ApiChange": "Resource",
8+
"ChangedApiName": "chatRestrictions",
9+
"ChangeType": "Addition",
10+
"Description": "Added the [chatRestrictions](https://learn.microsoft.com/en-us/graph/api/resources/chatRestrictions?view=graph-rest-1.0) resource.",
11+
"Target": "chatRestrictions"
12+
},
13+
{
14+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
15+
"ApiChange": "Property",
16+
"ChangedApiName": "chatRestrictions",
17+
"ChangeType": "Addition",
18+
"Description": "Added the **chatRestrictions** property to the [onlineMeetingBase](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeetingBase?view=graph-rest-1.0) resource.",
19+
"Target": "onlineMeetingBase"
20+
},
21+
{
22+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
23+
"ApiChange": "Property",
24+
"ChangedApiName": "chatRestrictions",
25+
"ChangeType": "Addition",
26+
"Description": "Added the **chatRestrictions** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-1.0) resource.",
27+
"Target": "onlineMeeting"
28+
},
29+
{
30+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
31+
"ApiChange": "Property",
32+
"ChangedApiName": "chatRestrictions",
33+
"ChangeType": "Addition",
34+
"Description": "Added the **chatRestrictions** property to the [virtualEventSession](https://learn.microsoft.com/en-us/graph/api/resources/virtualEventSession?view=graph-rest-1.0) resource.",
35+
"Target": "virtualEventSession"
36+
},
37+
{
38+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
39+
"ApiChange": "Property",
40+
"ChangedApiName": "chatRestrictions",
41+
"ChangeType": "Addition",
42+
"Description": "Added the **chatRestrictions** property to the [onlineMeetingBase](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeetingBase?view=graph-rest-beta) resource.",
43+
"Target": "onlineMeetingBase"
44+
},
45+
{
46+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
47+
"ApiChange": "Property",
48+
"ChangedApiName": "chatRestrictions",
49+
"ChangeType": "Addition",
50+
"Description": "Added the **chatRestrictions** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-beta) resource.",
51+
"Target": "onlineMeeting"
52+
},
53+
{
54+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
55+
"ApiChange": "Property",
56+
"ChangedApiName": "chatRestrictions",
57+
"ChangeType": "Addition",
58+
"Description": "Added the **chatRestrictions** property to the [virtualEventSession](https://learn.microsoft.com/en-us/graph/api/resources/virtualEventSession?view=graph-rest-beta) resource.",
59+
"Target": "virtualEventSession"
60+
}
61+
],
62+
"Id": "7ef7a8a7-bb6f-4c4f-b594-42a90d00b41f",
63+
"Cloud": "Prod",
64+
"Version": "v1.0",
65+
"CreatedDateTime": "2024-12-25T21:56:05.4071005Z",
66+
"WorkloadArea": "Cloud communications",
67+
"SubArea": "Call"
68+
},
369
{
470
"ChangeList": [
571
{

0 commit comments

Comments
 (0)