Skip to content

Commit

Permalink
Fix CHANGELOG for 3.17 release (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrung authored Sep 11, 2023
1 parent 1329a15 commit 5e05378
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.18.0] - 2023-09-11

### Added

### Removed
- Resolution constraint for content share

### Changed

### Fixed

## [3.17.0] - 2023-08-15

### Added
Expand All @@ -24,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add a new meeting event, `deviceLabelTriggerFailed`, for device label trigger failures. By default, the Chime SDK for JavaScript requests access to the microphone and camera in order to retrieve device labels. The SDK will send the `deviceLabelTriggerFailed` event when either the microphone, camera or both requests fail. (Before this PR, the SDK would emit `audioInputFailed` and `videoInputFailed` events simultaneously, which could lead to confusion.) If a custom function is supplied with `meetingSession.audioVideo.setDeviceLabelTrigger`, the SDK will send this event when the custom function is not successful.

### Removed
- Resolution constraint for content share

### Changed

Expand Down

0 comments on commit 5e05378

Please sign in to comment.