aws / amazon-chime-sdk-js

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

Add meetings af-south-1 as supported control plane region #2919

Closed devalevenkatesh closed 3 months ago

devalevenkatesh commented 3 months ago

Issue #:

Update serverless deploy script post ChimeMeetingsSDK af-south-1 launch.

Description of changes:

  1. Add af-south-1 as supported meetings control plane region for ChimeMeetingsSDK namespace
  2. Fix media pipeline control place region check

Testing:

Can these tested using a demo application? Please provide reproducible step-by-step instructions.

  1. Deployed serverless demo using below command:
    npm run deploy -- -r af-south-1 -b devalevd-cpt-burner -s js-sdk-serverless-cpt -a meeting -m https://meetings-chime.af-south-1.amazonaws.com
  2. Verified meeting join.

Checklist:

  1. Have you successfully run npm run build:release locally? NA

  2. Do you add, modify, or delete public API definitions? If yes, has that been reviewed and approved? NA

  3. Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved? NA

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.