Skip to content

Commit 49cb8e8

Browse files
authored
fixed comment in schema reference acs recording
1 parent 5e84ca4 commit 49cb8e8

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)