Skip to content

Commit 577ddf7

Browse files
authored
Merge pull request #207312 from radubulboaca/master
add room id info for calling events
2 parents 22dfb39 + 2fdf71c commit 577ddf7

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

articles/event-grid/communication-services-voice-video-events.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,19 @@ This section contains an example of what that data would look like for each even
7878
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1",
7979
"communicationUser": {
8080
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1"
81-
}
81+
},
82+
"role": "{role}"
8283
},
8384
"serverCallId": "{serverCallId}",
8485
"group": {
8586
"id": "00000000-0000-0000-0000-000000000000"
8687
},
87-
"isTwoParty": true
88+
"room": {
89+
"id": "{roomId}"
90+
},
91+
"isTwoParty": false,
92+
"correlationId": "{correlationId}",
93+
"isRoomsCall": true
8894
},
8995
"eventType": "Microsoft.Communication.CallStarted",
9096
"dataVersion": "1.0",
@@ -108,13 +114,19 @@ This section contains an example of what that data would look like for each even
108114
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1",
109115
"communicationUser": {
110116
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1"
111-
}
117+
},
118+
"role": "{role}"
112119
},
113120
"serverCallId": "{serverCallId}",
114121
"group": {
115122
"id": "00000000-0000-0000-0000-000000000000"
116123
},
117-
"isTwoParty": true
124+
"room": {
125+
"id": "{roomId}"
126+
},
127+
"isTwoParty": false,
128+
"correlationId": "{correlationId}",
129+
"isRoomsCall": true
118130
},
119131
"eventType": "Microsoft.Communication.CallEnded",
120132
"dataVersion": "1.0",
@@ -138,7 +150,8 @@ This section contains an example of what that data would look like for each even
138150
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1",
139151
"communicationUser": {
140152
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1"
141-
}
153+
},
154+
"role": "{role}"
142155
},
143156
"displayName": "Sharif Edge",
144157
"participantId": "041e3b8a-1cce-4ebf-b587-131312c39410",
@@ -147,13 +160,19 @@ This section contains an example of what that data would look like for each even
147160
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1",
148161
"communicationUser": {
149162
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1"
150-
}
163+
},
164+
"role": "{role}"
151165
},
152166
"serverCallId": "{serverCallId}",
153167
"group": {
154168
"id": "00000000-0000-0000-0000-000000000000"
155169
},
156-
"isTwoParty": true
170+
"room": {
171+
"id": "{roomId}"
172+
},
173+
"isTwoParty": false,
174+
"correlationId": "{correlationId}",
175+
"isRoomsCall": true
157176
},
158177
"eventType": "Microsoft.Communication.CallParticipantAdded",
159178
"dataVersion": "1.0",
@@ -175,7 +194,8 @@ This section contains an example of what that data would look like for each even
175194
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-27cc-07fd-0848220077d8",
176195
"communicationUser": {
177196
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-27cc-07fd-0848220077d8"
178-
}
197+
},
198+
"role": "{role}"
179199
},
180200
"displayName": "Sharif Chrome",
181201
"participantId": "750a1442-3156-4914-94d2-62cf73796833",
@@ -184,13 +204,19 @@ This section contains an example of what that data would look like for each even
184204
"rawId": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1",
185205
"communicationUser": {
186206
"id": "8:acs:bc360ba8-d29b-4ef2-b698-769ebef85521_0000000c-1fb9-4878-07fd-0848220077e1"
187-
}
207+
},
208+
"role": "{role}"
188209
},
189210
"serverCallId": "aHR0cHM6Ly9jb252LWRldi0yMS5jb252LWRldi5za3lwZS5uZXQ6NDQzL2NvbnYvbVQ4NnVfempBMG05QVM4VnRvSWFrdz9pPTAmZT02Mzc2Nzc3MTc2MDAwMjgyMzA",
190211
"group": {
191212
"id": "00000000-0000-0000-0000-000000000000"
192213
},
193-
"isTwoParty": false
214+
"room": {
215+
"id": "{roomId}"
216+
},
217+
"isTwoParty": false,
218+
"correlationId": "{correlationId}",
219+
"isRoomsCall": true
194220
},
195221
"eventType": "Microsoft.Communication.CallParticipantRemoved",
196222
"dataVersion": "1.0",

0 commit comments

Comments
 (0)