I wanted to build Video, audio calling and chat feature in my website and need some Communication SDK. So thought of using Azure Communication Services i.e ACS but it is not available for India and has data location as Asia Pacific so tried an alternative Amazon Chime SDK but now I can see that it has media region as Mumbai but I am not able to use it. So can anyone suggest some alternative what I can use? Or confirm if Amazon Chime SDK is available or not for Indians.
Is Amazon Chime SDK available for India?
1.2k Views Asked by Only Programmer At
2
There are 2 best solutions below
0

Mumbai(ap-south-1) is supported to host Chime SDK meeting. Refer to the region doc: https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html
how about you use this which is recommended by amazon docs too.
Call https://nearest-media-region.l.chime.aws to identify the nearest media Region that can host your Amazon Chime SDK meeting. Make the call from the client application, not the server application.
Your request returns a JSON object showing the AWS Region that is nearest to you.
if the response returns
ap-south-1
which is forthe Mumbai region
then definitely you can use it for India.try this. Getting started tutorial for chime-sdk by aws,and their repo