You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openApiDocs/beta/CloudCommunications.yml
+231-4
Original file line number
Diff line number
Diff line change
@@ -3392,10 +3392,10 @@ paths:
3392
3392
tags:
3393
3393
- communications.Actions
3394
3394
summary: Invoke action invite
3395
-
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
3395
+
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
description: 'Date and time at which the recording was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.'
11820
12023
format: date-time
11821
12024
nullable: true
12025
+
meetingId:
12026
+
type: string
12027
+
description: The unique identifier of the onlineMeeting related to this recording. Read-only.
12028
+
nullable: true
12029
+
meetingOrganizerId:
12030
+
type: string
12031
+
description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only.
12032
+
nullable: true
12033
+
recordingContentUrl:
12034
+
type: string
12035
+
description: The URL which can be used to access the content of the recording. Read-only.
12036
+
nullable: true
11822
12037
additionalProperties:
11823
12038
type: object
11824
12039
microsoft.graph.meetingRegistration:
@@ -11924,11 +12139,23 @@ components:
11924
12139
description: 'Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.'
11925
12140
format: date-time
11926
12141
nullable: true
12142
+
meetingId:
12143
+
type: string
12144
+
description: The unique identifier of the online meeting related to this transcript. Read-only.
12145
+
nullable: true
12146
+
meetingOrganizerId:
12147
+
type: string
12148
+
description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only.
12149
+
nullable: true
11927
12150
metadataContent:
11928
12151
type: string
11929
12152
description: The time-aligned metadata of the utterances in the transcript. Read-only.
11930
12153
format: base64url
11931
12154
nullable: true
12155
+
transcriptContentUrl:
12156
+
type: string
12157
+
description: The URL which can be used to access the content of the transcript. Read-only.
12158
+
nullable: true
11932
12159
additionalProperties:
11933
12160
type: object
11934
12161
microsoft.graph.chatInfo:
@@ -12655,11 +12882,11 @@ components:
12655
12882
properties:
12656
12883
displayName:
12657
12884
type: string
12658
-
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
12885
+
description: The display name of the identity. This property is read-only.
12659
12886
nullable: true
12660
12887
id:
12661
12888
type: string
12662
-
description: Unique identifier for the identity.
12889
+
description: The identifier of the identity. This property is read-only.
0 commit comments