handleAgentsOffline
This event handler can be used to invoke a method when all the operators of your firm are offline(method will be invoked right after the webpage loads).
Syntax
CopiedhandleAgentsOffline()
Example
CopiedZohoSalesIQ.Admin.setChatHandler(handler: ChatActivityHandler)
Class {Class Name}: ChatActivityHandler
{
func handleAgentsOffline()
{
}
}