Chat.hideQueueTime()
Note: This API is supported by SDK version 8.1.0.
The ZohoSalesIQ.Chat.hideQueueTime() API is used to control the visibility of the estimated wait 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(value: boolean)
Example
CopiedZohoSalesIQ.Chat.hideQueueTime(true);