talkjs / talkjs-examples

TalkJS (https://talkjs.com) examples
115 stars 119 forks source link

How to Add a Create New Chat button to TalkJS #473

Closed SapneshNaik closed 7 months ago

SapneshNaik commented 7 months ago

A working implementation for TalkJS Chat on enabling users to start new conversations from the TalkJS conversation list header, allowing them to choose one or more participants and an optional subject for the chat.

SapneshNaik commented 7 months ago

@keerlu All done. Please check.

SapneshNaik commented 7 months ago

@keerlu incorporated your comments and fixed the modal not launching bug. We have to add onCustomConversationAction every time we mount a new inbox. That was missing.