.chat.missed()

This API can be used to invoke a method right after the chat has been missed.

Syntax:

Copied $zoho.salesiq.chat.missed(function(){ })

Example

Copied<script>
$zoho.salesiq.ready=function(embedinfo)
{
  $zoho.salesiq.chat.missed(function(){
     // insert your code
  })
}
</script>