LiveCommsBarItemActions
This is a container for LiveCommsBarItemActions.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
0 | React component | monitoringState is CallMonitoringStatus.monitoring | Live Comms ActionState listener that renders a 'Return' (navigates to teams and invokes SelectTaskInSupervisor action) button | |
1 | React component | monitoringState is CallMonitoringStatus.monitoring | Live Comms ActionState listener that renders a 'Stop Monitoring' (invokes StopMonitoringCall action) button | |
0 | React component | currentCallTask is defined | Live Comms ActionState listener that renders a 'Return' (navigates to agents-desktop and invokes StopMonitoringCall action) button | |
1 | React component | Can hold a task and it is a regular call (not a conference with 3 or more participants) | Live Comms ActionState listener that renders a 'Hold' button | |
1 | React component | Can unhold a task and it is a regular call (not a conference with 3 or more participants) | Live Comms ActionState listener that renders an 'Unhold' button |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<LiveCommsBarItemActions.LiveCommsBarItemActionsChildrenProps, LiveCommsBarItemActionsChildrenKeys> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
actions | Array<LiveCommsBarItemActions.LiveCommsBarItemAction> | Actions | No | |
children | DynamicContentStore.DynamicComponentChildren<LiveCommsBarItemActions.LiveCommsBarItemActionsChildrenProps> | children | Yes |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
actions | Array<LiveCommsBarItemActions.LiveCommsBarItemAction> | Actions | No | |
children | DynamicContentStore.DynamicComponentChildren<LiveCommsBarItemActions.LiveCommsBarItemActionsChildrenProps> | children | Yes |