aws / amazon-chime-sdk-js

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

Add SIP outbound, based on SIP URI (not phone number) to Chime video call #1737

Open Guy1982 opened 3 years ago

Guy1982 commented 3 years ago

Community Note

Tell us about your request

What do you want us to build?

Which Amazon Chime SDK or feature area is this request for? amazon-chime-sdk-js

Tell us about the problem you are trying to solve and why is it hard?

We have a very urgent feature request to add SIP participants that have SIP URI and to connect them to the call with both video and audio. We already integrated SIP outbound to phone numbers using ‘CreateMeetingDialOutRequest’ on the server side. But this only supports phone numbers and no video. What should we do to support SIP outbound to URI and add both video and audio?

How are you currently solving a problem?

We are considering using a 3rd party SDK to create a SIP outbound connection and then to attched the in/out streams to Chime attendee connection

Additional context

We integrated Amazon chime and now have Chime working with Android, IOS, WEB, and JAVA backend server.

dvervitsiotis commented 2 years ago

Hi - thank you for your feature request! We'll keep this issue active and will post any updates we have.