@@ -111,7 +111,7 @@ The following are the supported meeting events:
111
111
"@odata.type" :" #microsoft.graph.callevent" ,
112
112
"@odata.id" :" communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/meetingCallEvents" ,
113
113
"id" :" {notificationId}'" ,
114
- "eventType" :" callStarted " ,
114
+ "eventType" :" Microsoft.Communication.CallStarted " ,
115
115
"eventDateTime" :" 2022-02-28T00:00:00.0000000Z" ,
116
116
}
117
117
@@ -122,7 +122,7 @@ The following are the supported meeting events:
122
122
"@odata.type" :" #microsoft.graph.callevent" ,
123
123
"@odata.id" :" communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/meetingCallEvents" ,
124
124
"id" :" {notificationId}" ,
125
- "eventType" :" callEnded " ,
125
+ "eventType" :" Microsoft.Communication.CallEnded " ,
126
126
"eventDateTime" :" 2022-02-28T00:00:00.0000000Z" ,
127
127
}
128
128
```
@@ -133,7 +133,7 @@ The following are the supported meeting events:
133
133
"@odata.type" : " #microsoft.graph.callevent" ,
134
134
"@odata.id" : " communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/meetingCallEvents" ,
135
135
"id" : " {notificationId}" ,
136
- "eventType" : " rosterUpdated " ,
136
+ "eventType" : " Microsoft.Communication.CallRosterUpdate " ,
137
137
"eventDateTime" : " 2022-02-28T00:00:00.0000000Z" ,
138
138
"participants@delta" : [
139
139
{
@@ -172,7 +172,7 @@ The following are the supported meeting events:
172
172
"@odata.type" : " #microsoft.graph.callevent" ,
173
173
"@odata.id" : " communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/meetingCallEvents" ,
174
174
"id" : " {notificationId}" ,
175
- "eventType" : " rosterUpdated " ,
175
+ "eventType" : " Microsoft.Communication.CallRosterUpdate " ,
176
176
"eventDateTime" : " 2022-02-28T00:00:00.0000000Z" ,
177
177
"participants@delta" : [
178
178
{
0 commit comments