I am using both Android and iOS official twilio conversations SDK. We need to fetch messages from a closed conversation. However, when calling getLastMessages
, it returns an empty list for that specific conversations.
When calling the same method from an active conversation, it works properly. I searched on twilio docs to see if there is some rule about this, but none was found.
Is that a bug or a feature? We have access to messages on closed conversations via twilio Android/iOS sdk? I'm asking this, because we need to access closed conversations for history purposes.