VivochaConsoleApp

Table of Contents

new VivochaConsoleApp()

Internal constructor, not to be used directly.

Extends

  • external:EventEmitter

Methods

(static) enable()

Enables this ConsoleApp. The ConsoleApp becomes selectable by the agent.

(static) disable()

Disables this ConsoleApp. The ConsoleApp is no more selectable by the agent until it's enabled again.

(static) select()

Select this ConsoleApp in the Vivocha console. This moves the ConsoleApp in the foreground of ConsoleApps.

(static) unselect()

Unselect this ConsoleApp in the Vivocha console. This moves the ConsoleApp in the background of ConsoleApps and selects the first available app between the enabled apps.

Events

enabled

The Console App as been enabled.

disabled

The Console App as been disabled. This event occurs when this app has been disabled by the console due a media change (app not compatible with the current contact media), or disabled via API VivochaConsoleApp.disable.

selected

The Console App as been selected in the Console. This event occurs when the agent selects this app.

unselected

The Console App as been unselected in the Console. This event occurs when the agent selects a different app.