talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Unable to react to "Leave" conversation action. #67

Open dawid-niedzwiecki opened 2 weeks ago

dawid-niedzwiecki commented 2 weeks ago

There is no way to react to the user selecting the "Leave" conversation action. It's not a custom conversation action, so I can't declare a callback for it. There is also no parameter to the ChatBox widget that would allow me to pop the current page when the user leaves a conversation.