Skip to content

Commit

Permalink
Update aws sdk version to 3.477.0 and minor fix for config parsing (#…
Browse files Browse the repository at this point in the history
…2821)

Co-authored-by: Shi Su <shisuss@amazon.com>
  • Loading branch information
shi-su and Shi Su committed Dec 20, 2023
1 parent d9778e9 commit 7b41b42
Show file tree
Hide file tree
Showing 10 changed files with 2,964 additions and 9,797 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Add support for high-definition WebRTC sessions with 1080p webcam video and 4K screen share. Developers can choose video encoding bitrates up to 2.5Mbps, frame rates up to 30fps, and the codec, including new options VP9, AV1, and scalable video coding (SVC).
- Update AWS SDK version to 3.477.0

### Removed

Expand Down
9,874 changes: 2,226 additions & 7,648 deletions demos/browser/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions demos/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@aws-sdk/client-chime-sdk-media-pipelines": "^3.441.0",
"@aws-sdk/client-chime-sdk-meetings": "^3.441.0",
"@aws-sdk/client-chime-sdk-messaging": "^3.441.0",
"@aws-sdk/client-sts": "^3.441.0",
"@aws-sdk/client-chime-sdk-media-pipelines": "^3.477.0",
"@aws-sdk/client-chime-sdk-meetings": "^3.477.0",
"@aws-sdk/client-chime-sdk-messaging": "^3.477.0",
"@aws-sdk/client-sts": "^3.477.0",
"amazon-chime-sdk-js": "file:../..",
"bootstrap": "^5.1.3",
"compression": "^1.7.4",
Expand Down
58 changes: 1 addition & 57 deletions demos/serverless/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b41b42

Please sign in to comment.