I want to do something when the user initiates the chat through freshchat.
I used
if (window.fcWidget.isOpen()) to track whether the chat window is opened or not but is there any way to track when the user has sent initiated the chat and has sent the first message.
Thanks.