Skip to content

Commit

Permalink
Give more descriptive doc in README and CHANGELOG for the upcoming fe…
Browse files Browse the repository at this point in the history
…atures (#595)

Fix wording in README and update CHANGELOG
  • Loading branch information
bjason authored Dec 19, 2023
1 parent d76a671 commit 5191ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Unreleased
## [0.19.0] - 2023-12-19

### Added
* Support feature-based meeting. See README for more details.

* Add support for high-definition WebRTC sessions with 1080p webcam video and 4K screen share, and decode support for VP9. Developers can choose video encoding bitrates up to 2.5Mbps, frame rates up to 30fps.
* Add a new alternative media binary `amazon-chime-sdk-media-no-video-codecs` that excludes software video codecs. This can be used to replace `amazon-chime-sdk-media` if developers do not need video and content share functionality, or software video codec support.

## [0.18.3] - 2023-09-28

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
```
The version numbers could be obtained from the latest [release](https://github.com/aws/amazon-chime-sdk-android/releases/latest).

If you don't need any video features, you could use `amazon-chime-sdk-media-no-video-codecs` instead to exclude software video codecs support and reduce size:
If you don't need video and content share functionality, or software video codec support, you could use `amazon-chime-sdk-media-no-video-codecs` instead to reduce size:

```
dependencies {
Expand All @@ -80,7 +80,7 @@ Download `amazon-chime-sdk` and `amazon-chime-sdk-media` binaries from the lates

If you like to use more machine learning features, e.g. background blur/replacement, also download the `amazon-chime-sdk-machine-learning` binary from the latest [release](https://github.com/aws/amazon-chime-sdk-android/releases/latest). Otherwise, you can ignore all references to `amazon-chime-sdk-machine-learning` in the instructions below.

If you don't need any video features, you could use `amazon-chime-sdk-media-no-video-codecs` instead of `amazon-chime-sdk-media` to exclude software video codecs support and reduce size. If you do, you can treat all references to `amazon-chime-sdk-media` as `amazon-chime-sdk-media-no-video-codecs` in the instructions below.
If you don't need video and content share functionality, or software video codec support, you could use `amazon-chime-sdk-media-no-video-codecs` instead of `amazon-chime-sdk-media` to exclude software video codecs support and reduce size. If you do, you can treat all references to `amazon-chime-sdk-media` as `amazon-chime-sdk-media-no-video-codecs` in the instructions below.

**NOTE: We do not support mixing and matching binaries from different releases.**

Expand Down

0 comments on commit 5191ad1

Please sign in to comment.