Skip to content

Commit 98c943a

Browse files
authored
Merge pull request #230266 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents cbacb82 + 5c68a58 commit 98c943a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
7777
{
7878
"id": string, // Unique guid for event
7979
"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}
80+
"subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}/recordingId/{recordingId}
8181
"data": {
8282
"recordingStorageInfo": {
8383
"recordingChunks": [

0 commit comments

Comments
 (0)