Zamok Kiosk API
Preparing search index...
module-service-desk2/lib/shared/reducers
todaysStatistics
Function todaysStatistics
todaysStatistics
(
previousState
?:
null
|
TodaysStatistics
,
action
:
|
PayloadAction
<
"LOAD_ACTIVE_CALLS"
,
ActiveCall
[]
>
|
PayloadAction
<
"LOAD_CURRENT_ACTIVE_CALL"
,
null
|
ActiveCall
>
|
PayloadAction
<
"START_A_CALL"
,
StartACallAP
>
|
PayloadAction
<
"UPDATE_ACTIVE_CALL_STATUS"
,
{
status
:
ECallStatus
}
>
|
EmptyAction
<
"DELETE_ACTIVE_CALL"
>
|
PayloadAction
<
"UPDATE_PARTICIPANT_CALL_STATUS"
,
{
status
:
ParticipantCallStatus
}
,
>
|
PayloadAction
<
"UPDATE_STATISTICS"
,
TodaysStatistics
>
|
EmptyAction
<
"TOGGLE_MIC"
>
,
)
:
null
|
TodaysStatistics
Parameters
previousState
:
null
|
TodaysStatistics
= null
action
:
|
PayloadAction
<
"LOAD_ACTIVE_CALLS"
,
ActiveCall
[]
>
|
PayloadAction
<
"LOAD_CURRENT_ACTIVE_CALL"
,
null
|
ActiveCall
>
|
PayloadAction
<
"START_A_CALL"
,
StartACallAP
>
|
PayloadAction
<
"UPDATE_ACTIVE_CALL_STATUS"
,
{
status
:
ECallStatus
}
>
|
EmptyAction
<
"DELETE_ACTIVE_CALL"
>
|
PayloadAction
<
"UPDATE_PARTICIPANT_CALL_STATUS"
,
{
status
:
ParticipantCallStatus
}
,
>
|
PayloadAction
<
"UPDATE_STATISTICS"
,
TodaysStatistics
>
|
EmptyAction
<
"TOGGLE_MIC"
>
Returns
null
|
TodaysStatistics
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zamok Kiosk API
Loading...