Type alias AgentAvailableChangeListener

AgentAvailableChangeListener: ((isAvailable) => void)

Type declaration

    • (isAvailable): void
    • Listener called whenever the agent availability changes.

      Parameters

      • isAvailable: boolean

        A boolean that indicates if an agent is available.

      Returns void