.chat.logo()
This API will let you set your company logo in the chat windows on your website.
Note:
For this API to work, you have to navigate through Settings-> Websites-> Website name -> Live Chat Widget -> Chat Window -> Appearance -> Display Company Logo and enable the configuration by clicking on the slide bar right beside it, if it is disabled.
Syntax
Copied$zoho.salesiq.chat.logo(" < LOGO > ");
Example
Copied<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.chat.logo("Logo URL");
}
</script>