Done
Details
Details
Priority
Assignee
Sébastien Duthil
Sébastien DuthilReporter
Pascal Cadotte
Pascal CadotteApprovers
Pascal Cadotte
Fix versions
Sprint
None
Story Points
2
Zendesk Support
Zendesk Support
Created August 13, 2024 at 2:05 PM
Updated August 28, 2024 at 6:08 PM
Resolved August 19, 2024 at 6:22 PM
As a user, if one of my call has been recorded I want to be able to download and listen to that call
Proposed solution
Add a new API
GET /users/me/cdr/<cdr_id>/recordings/<recording_uuid>/media
similar toGET /cdr/<cdr_id>/recordings/<recording_uuid>/media
.Acceptance criteria
User gets recording on her call = OK
User gets recording on another user call = error
User gets recording uuid that does not match cdr id = error
User gets recording on another tenant = error