diff --git a/CHANGELOG.md b/CHANGELOG.md index e2261a4f..e3b54307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # CHANGELOG +## 2.2.4 + +* fix bug for PlatformView on iOS (#570) +* Deprecated `connectOptions` in `Room` constructor. +* Deprecated `roomOptions` int `room.connect`. +* Added `screenShareEncoding` for `VideoPublishOptions`. +* Modify CameraCaptureOptions.params.encoding to be optional. + It is recommended to use `VideoPublishOptions.videoEncoding/screenShareEncoding` + to control the video sending bitrate. + ## 2.2.3 * add PlatformView for iOS (#509) * update lints to 4.0.0. (#563) - ## 2.2.2 * feat: expose DegradationPreference for publish options. (#556)