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
status SupervisorState.CallMonitoringStatus status of the monitor call
task ITask <optional>
Monitored task
workers Array.<IWorker> <optional>
List of the participating the call

# SupervisorWorkerState

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