File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
articles/communication-services/quickstarts/call-automation Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,8 @@ Refer to this example of the event schema.
100
100
### Folder Structure for Call Recording
101
101
102
102
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
110
105
111
106
![ Diagram showing a Call Recording Folder structure] ( ../media/call-recording-folder.png )
112
107
You can’t perform that action at this time.
0 commit comments