0

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.

enter image description here

Both participants exist it still shows this error. It have lastMessage object but lastReadMessageIndex is null. Need help what I am doing wrong.

enter image description here

Ghazanfar Khan
  • 3,648
  • 8
  • 44
  • 89

1 Answers1

1

Your channels are in "closed" state, which means you cannot make any modifications to them anymore.

The returned error is misleading, we will fix it.

berkus
  • 1,552
  • 12
  • 16