Chat.hideQueueTime()

Note: This API is supported from version 7.1.0 

The ZohoSalesIQ.Chat.hideQueueTime() API is used to control the visibility of the chat queue time in the chat window when connecting to an operator.  Setting it to "true" hides the chat queue time, while setting it to "false" displays it.

Syntax

CopiedZohoSalesIQ.Chat.hideQueueTime(true);

Example

CopiedZohoSalesIQ.Chat.hideQueueTime(true);
CopiedZohoSalesIQ.Chat.hideQueueTime(true)