Can I depend on the results from userrecordings being sorted on created date descending?
I'm assuming that the recording_id isn't available during the call and I have to find the recording_id some time after the call and I can use the conversation id to find the correct recording.
I'm trying to allow a user to listen to the recording in an external CRM.
The results should be returned in the order of newest first. This API is intended to be consumed in a page-on-demand manner where a client app would show the newest page of recordings and allow the user to page back through results to find older ones.