Hi,
I am trying to customize the LMI Rescue Instant Chat experience. I am using the Hosted Channel form.
In order to customize, I have downloaded and am using the LanguagesForChatOnlyMode.js to write custom JavaScript. I want to handle a JavaScript event for every message that is received on the client. Is there a JavaScript event that is triggered for every message received on the client? Alternatively, if you know of any other means using which I can accomplish the same task.
Currently, I am using setInterval, but that triggers periodically, whether there is any message received or not.
Any help is greatly appreciated....
Kunal