.chat.continue()
This API can be used to focus on the ongoing current chat window.
For example: If a visitor scrolls across the web page and wants to continue chatting, clicking on the continue chat button will bring him into the chat window.
Note that this method can be invoked only from inside a javaScript OnClick event handler.
Syntax:
Copied$zoho.salesiq.chat.continue();
Example
Copied<span onclick="javascript:$zoho.salesiq.chat.continue()" >Click here to continue chatting ! </span>