Is there solution to receive a call with Connect SDK, not aws-connect-streams-api

0

Hello, I'm quite new to develop aws connect and stream api. I've tried to create an outbound call with connect.startOutboundVoiceContact for Lambda function and I can call to the customer number successfully. However, I want to create a new API to receive or hold a call, is there any solution to do its with Connect SDK? If not, so how to use aws-connect-streams-api in Lambda function.

Thank you.

1回答
1

Connect APIs doesn't have a startInbound contact action to programatically receive a call.

For that (accept calls from the agent PoV) you have to use the Amazon-connect-streams API. I leave this Workshop where you can see how to do it (Section 3). (It uses the contact.accept() API).

Another approach is to create a Click to Call button for your final users. So they will be able to click the button and places themselves for an outbound call for connect. Check this blog post for an overview of this solution.

profile pictureAWS
回答済み 1年前
  • Thank you very much. Do you have a solution how to integrate stream API with Lambda (from scratch) please?

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

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

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

関連するコンテンツ