I am using @twilio/conversations": "^1.2.3" nodejs package my project. I have a conversation which has two participants one is sms and the other is web. When I am calling setAllMessagesRead() I got error No channel found.
Both participants exist it still shows this error. It have lastMessage object but lastReadMessageIndex is null. Need help what I am doing wrong.