Skip to product menu
Skip to main content

.chatwindow.reload()

This API would let you reload the chat window in the webpage.

Syntax:

Copied$zoho.salesiq.chatwindow.reload();

Example

Copied<script>

$zoho.salesiq.ready=function()
{
   $zoho.salesiq.chat.complete(function(visitid,data)
   {
      $zoho.salesiq.chatwindow.reload();
   });
}
</script>