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.
2 parents cbacb82 + 5c68a58 commit 98c943aCopy full SHA for 98c943a
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