Skip to content

Commit

Permalink
update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 12, 2024
1 parent 6f97581 commit 60df66d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 60df66d

Please sign in to comment.