.chatbutton.offlineicon()
This API can be used to customize the icon that you would like to display on your Chat Button when the operators of your firm are offline.
Image Size: 18*16 (Height*Width).
Image File Format: Images of all formats will be supported. But we strongly would recommend you to use images of .png format.
Syntax
Copied$zoho.salesiq.chatbutton.offlineicon.src(" < OFFLINE ICON SOURCE > ");Example
Copied<script>
$zoho.salesiq.ready=function(embedinfo)
{
$zoho.salesiq.chatbutton.offlineicon.src("https://www.zoho.com/salesiq/img/ZilliumOffline.png");
}
</script>