Skip to content

Commit 87290ea

Browse files
authored
Merge branch 'main' into Corissalea
2 parents d8320bc + 5995894 commit 87290ea

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Contains information about a meeting, including the URL used to join a meeting,
4545
| allowMeetingChat | [meetingChatMode](#meetingchatmode-values) | Specifies the mode of meeting chat. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
4646
| allowParticipantsToChangeName | Boolean | Specifies if participants are allowed to rename themselves in an instance of the meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
4747
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
48+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
49+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
4850
| audioConferencing | [audioConferencing](audioconferencing.md) | The phone access (dial-in) information for an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
4951
| chatInfo | [chatInfo](chatinfo.md) | The chat information associated with this online meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
5052
| creationDateTime | DateTime | The meeting creation time in UTC. Read-only. |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ The following JSON representation shows the resource type.
9898
"allowMeetingChat": {"@odata.type": "microsoft.graph.meetingChatMode"},
9999
"allowTeamworkReactions": "Boolean",
100100
"allowedPresenters": "String",
101+
"allowRecording": "Boolean",
102+
"allowTranscription": "Boolean",
101103
"anonymizeIdentityForRoles": ["String"],
102104
"audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
103105
"chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},

changelog/Microsoft.Skype.Calling.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
7+
"ApiChange": "Property",
8+
"ChangedApiName": "allowRecording",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **allowRecording** property to the [onlineMeetingBase](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeetingBase?view=graph-rest-1.0) resource.",
11+
"Target": "onlineMeetingBase"
12+
},
13+
{
14+
"Id": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
15+
"ApiChange": "Property",
16+
"ChangedApiName": "allowTranscription",
17+
"ChangeType": "Addition",
18+
"Description": "Added the **allowTranscription** 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": "e9108fde-6bae-4b24-a1ab-993bb6f9ac23",
23+
"Cloud": "Prod",
24+
"Version": "v1.0",
25+
"CreatedDateTime": "2025-01-15T20:42:00.4091409Z",
26+
"WorkloadArea": "Cloud communications",
27+
"SubArea": "Call"
28+
},
329
{
430
"ChangeList": [
531
{

changelog/Microsoft.Teams.Core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5712,9 +5712,9 @@
57125712
"Id": "f9666fc8-6101-4ca6-bd26-3f11395ffc5f",
57135713
"Cloud": "Prod",
57145714
"Version": "v1.0",
5715-
"CreatedDateTime": "2024-10-08T18:15:55.2254479Z",
5715+
"CreatedDateTime": "2025-01-14T18:15:55.2254479Z",
57165716
"WorkloadArea": "Teamwork and communications",
5717-
"SubArea": ""
5717+
"SubArea": "Messaging"
57185718
},
57195719
{
57205720
"ChangeList": [

concepts/whats-new-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
2424

2525
### Teamwork and communications | Messaging
2626

27-
[Get](/graph/api/chatmessage-get#example-5-get-a-chat-message-with-an--for-everyone) a chat message with an @mention for everyone.
27+
- [Get](/graph/api/chatmessage-get#example-5-get-a-chat-message-with-an--for-everyone) a chat message with an @mention for everyone.
28+
- [Get](/graph/api/chatmessage-get#example-6-get-a-chat-message-with-a-forwarded-message) a chat message that has a forwarded message as an attachment.
2829

2930
## January 2025: New in preview only
3031

0 commit comments

Comments
 (0)