Skip to content

Commit 88e4c11

Browse files
v2.11.0 (#539)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cda1df9 commit 88e4c11

13 files changed

+30
-51
lines changed

.changeset/cyan-cups-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-schools-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-lamps-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-clocks-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-zoos-dance.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/rude-feet-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-beds-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-ways-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-readers-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# client-sdk-android
22

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- Add use cases to CameraX createCameraProvider - [#536](https://github.com/livekit/client-sdk-android/pull/536) ([@KasemJaffer](https://github.com/KasemJaffer))
8+
9+
- Detect rotation for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))
10+
11+
- Default to scaling and cropping camera output to fit desired dimensions - [#558](https://github.com/livekit/client-sdk-android/pull/558) ([@davidliu](https://github.com/davidliu))
12+
13+
- This behavior may be turned off through the `VideoCaptureParams.adaptOutputToDimensions`
14+
15+
- Add separate default capture/publish options for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))
16+
17+
### Patch Changes
18+
19+
- Add AudioPresets and increase default audio max bitrate to 48kbps - [#551](https://github.com/livekit/client-sdk-android/pull/551) ([@davidliu](https://github.com/davidliu))
20+
21+
- Fix crash when setting publishing layers - [#559](https://github.com/livekit/client-sdk-android/pull/559) ([@davidliu](https://github.com/davidliu))
22+
23+
- Added VideoFrameCapturer for pushing video frames directly - [#538](https://github.com/livekit/client-sdk-android/pull/538) ([@davidliu](https://github.com/davidliu))
24+
25+
- Fix surface causing null pointer exception on some devices - [#544](https://github.com/livekit/client-sdk-android/pull/544) ([@KasemJaffer](https://github.com/KasemJaffer))
26+
27+
- Update Kotlin dependency to 1.9.25 - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))
28+
329
## 2.10.0
430

531
### Minor Changes

0 commit comments

Comments
 (0)