Are there any callbacks if the agent has not logged in into CCP in Amazon Connect Streams

0

I'm looking to show a message in the browser if the agent is not logged in to the softphone. I have tried looking Amazon Connect Streams. I couldn’t find any callback to achieve that.

preguntada hace 2 años410 visualizaciones
1 Respuesta
0

Hello,

I understand that you are looking for Amazon Connect Streams function which can provide information on whether agent is logged into the softphone or not.

As per Connect Streams documentation, agent.getState(). obtains agent's current AgentState object indicating their availability state type. It provides agents’s current availability based on AgentStateType enumeration as follows:

  • AgentStateType.INIT: The agent state hasn't been initialized yet.
  • AgentStateType.ROUTABLE: The agent is in a state where they can be routed contacts.
  • AgentStateType.NOT_ROUTABLE: The agent is in a state where they cannot be routed contacts.
  • AgentStateType.OFFLINE: The agent is offline

For your use case, you can check for AgentStateType.OFFLINE, indicating that agent is not logged in.

I hope this answers your question. If you have further queries, please let us know.

AWS
INGENIERO DE SOPORTE
Isha_K
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas