aws / amazon-chime-sdk-js

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

Update aws sdk version to 3.477.0 and minor fix for config parsing #2820

Closed shi-su closed 6 months ago

shi-su commented 6 months ago

Issue #:

Description of changes:

  1. Update aws sdk version to 3.477.0
  2. Fix the issue video/content scaling are mistakenly applied if the other feature is not specified (e.g., select only FHD video, and video get scaled down to 720p)

Testing: Smoke tested to verify meeting features are correctly applied and video scaling do not mistakenly kick in

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

  1. Start a meeting with FHD video and FHD content;
  2. Select 1080p for camera video;
  3. Verify video being sent is not scaled down to 720p

Checklist:

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

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

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

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