ZohoSalesIQ.Chat.setWaitingTime()

Note: This API is supported from version 8.0.0.

The ZohoSalesIQ.Chat.setWaitingTime() API allows customizing the chat's waiting time, overriding the wait time configured in the brand's settings.

Parameter

  • seconds * - Chat wait time in seconds (set "-1" for infinite/unlimited chat waiting time). 

Syntax

CopiedZohoSalesIQ.Chat.setWaitingTime(long seconds)

Example

CopiedZohoSalesIQ.Chat.setWaitingTime(300);
CopiedZohoSalesIQ.Chat.setWaitingTime(300)