Skip to content

Commit 9370468

Browse files
committed
update based on review comments
1 parent d6b4fbc commit 9370468

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

articles/communication-services/quickstarts/call-automation/call-recording/bring-your-own-storage.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,8 @@ Refer to this example of the event schema.
100100
### Folder Structure for Call Recording
101101

102102
Recordings are stored in the following format as shown in the diagram.
103-
/YYYYMMDD/
104-
callId/
105-
first_8_of_recordingId + '-' + unique guid/
106-
0-acsmetadata.documentId.json
107-
0-audiomp3.documentId.mp3
108-
1-acsmetadata.documentId.json
109-
1-audiomp3.documentId.mp3
103+
/YYYYMMDD/callId/first_8_of_recordingId + '-' + unique guid/[chunk-id]-acsmetadata.documentId.json
104+
/YYYYMMDD/callId/first_8_of_recordingId + '-' + unique guid/[chunk-id]-audiomp3.documentId.mp3
110105

111106
![Diagram showing a Call Recording Folder structure](../media/call-recording-folder.png)
112107

80.1 KB
Loading

0 commit comments

Comments
 (0)