aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
701 stars 473 forks source link

Unable to hangup chime pstn call while Ringing. #2756

Closed Yadukrish closed 9 months ago

Yadukrish commented 11 months ago

What happened and what did you expect to happen?

For disconnecting a pstn call we are using below action at lamda side, { "Type": "Hangup", "Parameters": { "CallId": "call-id-1", "ParticipantTag": "LEG-A", "SipResponseCode": "0" } }

But this action works only after a call is connected.

While ringing we were not able to disconnect a chime pstn call.

Have you reviewed our existing documentation?

Reproduction steps

Amazon Chime SDK for JavaScript version

3.16.0

What browsers are you seeing the problem on?

All browsers

Browser version

All versions

Meeting and Attendee ID Information.

No response

Browser console logs

This is basically chime pstn lambda side issue

devalevenkatesh commented 9 months ago

Request you to please go through AWS support as this SDK has no functionality for Chime SDK Telephony actions.