.chat.waittime()
This API would let you configure the waiting time in the Live Chat window when the visitor connects to an operator.
Syntax
Copied$zoho.salesiq.chat.waittime( < TIME IN SECONDS> );
Example
Copied<script>
$zoho.salesiq.ready=function(embedinfo)
{
$zoho.salesiq.chat.waittime(150);
}
</script>