Fixed
Details
Details
Assignee
Farshid Monhaseri
Farshid MonhaseriReporter
Farshid Monhaseri
Farshid MonhaseriFix versions
Labels
Components
Affects versions
Priority
Created January 11, 2020 at 6:03 AM
Updated July 10, 2020 at 3:14 PM
Resolved February 18, 2020 at 7:23 AM
As the user can get audio, video and image media types, for sake of avoiding type checking for each media on client service/app, It is better we cluster each media type inside a separate JSON array like this:
{ Media: { audio:[ ... ], video:[...], image:[...] } }