Interface

SupervisorState

SupervisorState

State of the supervisor view
Properties:
Name Type Attributes Description
callMonitoring SupervisorState.CallMonitoring state of call monitoring
stickyWorker SupervisorState.SupervisorWorkerState <optional>
currently selected worker state
workers Array.<SupervisorState.SupervisorWorkerState> <optional>
currently showing worker states

Type Definitions

CallMonitoring

Call monitoring state
Properties:
Name Type Attributes Description
taskSid string <optional>
SID of a task that is being monitored

SupervisorWorkerState

State of a worker
Properties:
Name Type Description
worker IWorker worker instance
tasks Array.<ITask> tasks of the worker