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 5e84ca4 commit 49cb8e8Copy full SHA for 49cb8e8
articles/communication-services/concepts/voice-video-calling/call-recording.md
@@ -77,7 +77,7 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
77
{
78
"id": string, // Unique guid for event
79
"topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
80
- "subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
+ "subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}/recordingId/{recordingId}
81
"data": {
82
"recordingStorageInfo": {
83
"recordingChunks": [
0 commit comments