We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931eb6a commit d071cb3Copy full SHA for d071cb3
articles/communication-services/concepts/voice-video-calling/call-recording.md
@@ -66,8 +66,8 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
66
```typescript
67
{
68
"id": string, // Unique guid for event
69
- "topic": string, // Azure Communication Services resource id
70
- "subject": string, // /recording/call/{call-id}
+ "topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
+ "subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
71
"data": {
72
"recordingStorageInfo": {
73
"recordingChunks": [
0 commit comments