.floatbutton.offlineicon.src()
This API lets you customize the icon to be displayed on the float chat widget when the operators of your firm are offline.
Syntax
Copied$zoho.salesiq.floatbutton.offlineicon.src(" < OFFLINE ICON SOURCE > ");
Example
Copied<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.floatbutton.offlineicon.src("https://www.zoho.com/salesiq/img/ZilliumOffline.png");
}
</script>