.Chat.hideQueueTime()

Note: This API is supported from version 8.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. 

Parameter

  • show - (true/false) where "true" hides the chat queue time and "false" displays it.

Syntax

CopiedZohoSalesIQ.Chat.hideQueueTime(_ show: Bool) 

Example

CopiedZohoSalesIQ.Chat.hideQueueTime(false)