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
답변함 일 년 전
  • Thank you very much. Do you have a solution how to integrate stream API with Lambda (from scratch) please?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠