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: api-reference/beta/resources/attendancerecord.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Contains information associated with an attendance record in a [meetingAttendanc
28
28
|:--------------------|:--------|:-----------|
29
29
| attendanceIntervals |[attendanceInterval](attendanceinterval.md) collection | List of time periods between joining and leaving a meeting. |
30
30
| emailAddress | String | Email address of the user associated with this attendance record. |
31
+
| engagements |[meetingEngagement](meetingengagement.md) collection | The list of real-time participant interaction behaviors during a meeting. |
31
32
| externalRegistrationInformation |[virtualEventExternalRegistrationInformation](../resources/virtualeventexternalregistrationinformation.md)| The external information for a virtual event registration. |
32
33
| identity |[identity](identity.md)| Identity of the user associated with this attendance record. The specific type will be one of the following derived types of [identity](identity.md), depending on the type of the user: [communicationsUserIdentity](communicationsUserIdentity.md), [azureCommunicationServicesUserIdentity](azureCommunicationServicesUserIdentity.md). |
33
34
| role | String | Role of the attendee. The possible values are: `None`, `Attendee`, `Presenter`, and `Organizer`. |
@@ -73,6 +74,11 @@ The following JSON representation shows the resource type.
Contains information associated with real-time participant interaction behaviors during a meeting, including reactions (like, love, applause, etc.), hand raises, camera toggles, and microphone mute/unmute events in an [attendanceRecord](attendancerecord.md).
|`engagementType`| microsoft.graph.meetingEngagementType | The category of the engagement event. Required, non-nullable. |
24
+
|`engagementSubType`| String | The specific engagement action within the type (e.g., `like`, `love`, `applause`, `laugh`, `surprised` for reactions; `raiseHand` for hand; `cameraOn` for camera; `unmute`, `mute` for microphone). |
25
+
|`dateTime`| DateTimeOffset | The UTC date and time when the engagement event occurred, in ISO 8601 format. |
26
+
27
+
## Relationships
28
+
None.
29
+
30
+
## JSON representation
31
+
32
+
The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.Skype.Calling.json
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
{
2
2
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "bd16e1cf-95de-4af4-b71c-0be1d682b4ef",
7
+
"ApiChange": "Enumeration",
8
+
"ChangedApiName": "meetingEngagementType",
9
+
"ChangeType": "Addition",
10
+
"Description": "Added the **meetingEngagementType** enumeration type.",
11
+
"Target": "meetingEngagementType"
12
+
},
13
+
{
14
+
"Id": "bd16e1cf-95de-4af4-b71c-0be1d682b4ef",
15
+
"ApiChange": "Resource",
16
+
"ChangedApiName": "meetingEngagement",
17
+
"ChangeType": "Addition",
18
+
"Description": "Added the [meetingEngagement](https://learn.microsoft.com/en-us/graph/api/resources/meetingEngagement?view=graph-rest-beta) resource.",
19
+
"Target": "meetingEngagement"
20
+
},
21
+
{
22
+
"Id": "bd16e1cf-95de-4af4-b71c-0be1d682b4ef",
23
+
"ApiChange": "Property",
24
+
"ChangedApiName": "engagements",
25
+
"ChangeType": "Addition",
26
+
"Description": "Added the **engagements** property to the [attendanceRecord](https://learn.microsoft.com/en-us/graph/api/resources/attendanceRecord?view=graph-rest-beta) resource.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,10 @@ Updated the capabilities of the [auditLogQuery](/graph/api/resources/security-au
163
163
164
164
Use the **sensorTypes** property on [sensorCandidate](/graph/api/resources/security-sensorcandidate?view=graph-rest-beta&preserve-view=true) to get the list of device types for the sensor.
165
165
166
+
### Cloud communications | Call
167
+
168
+
Added [meeting engagement data](/graph/api/resources/meetingengagement?view=graph-rest-beta&preserve-view=true) to capture real-time participant interaction behaviors during a meeting, including reactions (like, love, applause, and so on), hand raises, camera toggles, and microphone mute/unmute events. This data is collected as part of the attendance report.
169
+
166
170
### Teamwork and communications | Messaging
167
171
168
172
- Use the targeted messages APIs to manage messages in Microsoft Teams that are visible only to specified recipients within group chats or channels:
0 commit comments