Skip to content

Commit d071cb3

Browse files
authored
Update call-recording.md
1 parent 931eb6a commit d071cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/voice-video-calling/call-recording.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
6666
```typescript
6767
{
6868
"id": string, // Unique guid for event
69-
"topic": string, // Azure Communication Services resource id
70-
"subject": string, // /recording/call/{call-id}
69+
"topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
70+
"subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
7171
"data": {
7272
"recordingStorageInfo": {
7373
"recordingChunks": [

0 commit comments

Comments
 (0)