Zamok Kiosk API
    Preparing search index...
    • 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