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.

質問済み 2年前410ビュー
1回答
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
サポートエンジニア
Isha_K
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ