LiveCommsBar
This is a container for LiveCommsBar that displays an ongoing call bar for views different from Agent Desktop
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
item | LiveCommsBarItem | Main content block of the LiveComms bar |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<LiveCommsBar.LiveCommsBarChildrenProps, LiveCommsBarChildrenKeys> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
monitoredTask | ITask | Monitored task. | Yes | |
monitoredWorkers | Array<IWorker> | Array of monitored workers. | Yes | |
monitoringState | CallMonitoringStatus | Call monitoring status. | Yes | |
currentCallTask | ITask | Current call task. | Yes | |
currentCallOnHold | boolean | Whether the current call is on hold or not. | Yes | |
currentCallMuted | boolean | Whether the current call is muted or not. | Yes | |
selectedView | string | Represents the current active view. | Yes |