Skip to content

Commit 5eabf48

Browse files
authored
Update call-recording.md
1 parent 400fe8b commit 5eabf48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
8787
"documentId": string, // Document id for retrieving from storage
8888
"index": int, // Index providing ordering for this chunk in the entire recording
8989
"endReason": string, // Reason for chunk ending: "SessionEnded", "ChunkMaximumSizeExceeded”, etc.
90-
"metadataLocation": <string>, // url of the metadata for this chunk
91-
"contentLocation": <string> // url of the mp4, mp3, or wav for this chunk
90+
"metadataLocation": <string>, // url of the metadata for this chunk
91+
"contentLocation": <string>, // url of the mp4, mp3, or wav for this chunk
92+
"deleteLocation": <string> // url of the mp4, mp3, or wav to delete this chunk
9293
}
9394
]
9495
},

0 commit comments

Comments
 (0)