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 40623e9 + 49cb8e8 commit 5c68a58Copy full SHA for 5c68a58
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