handleOperatorsOffline()

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:

CopiedhandleOperatorsOffline()

Example:

Copiedpublic class ChatInterface implements ChatActivityInterface {

	@Override
	public void handleOperatorsOffline() {
	// Operators are offline
	}
}