I'm using the Twilio Conversations SDK for create a conversation list for each user but the conversations list that I get using getSubscribedUsers return the conversations not sorted by any criteria. My question is, Is it possible to get the conversations by last message sent?
SDK Documentation: https://media.twiliocdn.com/sdk/js/conversations/releases/1.1.0/docs/Client.html#getSubscribedConversations__anchor
I hope someone can help me.
Thanks