Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent d5464db commit ff92c3d
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-cups-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-lamps-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-clocks-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-feet-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-beds-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-ways-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-readers-lie.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# client-sdk-android

## 2.11.0

### Minor Changes

- Add use cases to CameraX createCameraProvider - [#536](https://github.com/livekit/client-sdk-android/pull/536) ([@KasemJaffer](https://github.com/KasemJaffer))

- Detect rotation for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

- Add separate default capture/publish options for screenshare tracks - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- 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))

- Added VideoFrameCapturer for pushing video frames directly - [#538](https://github.com/livekit/client-sdk-android/pull/538) ([@davidliu](https://github.com/davidliu))

- Fix surface causing null pointer exception on some devices - [#544](https://github.com/livekit/client-sdk-android/pull/544) ([@KasemJaffer](https://github.com/KasemJaffer))

- Update Kotlin dependency to 1.9.25 - [#552](https://github.com/livekit/client-sdk-android/pull/552) ([@davidliu](https://github.com/davidliu))

## 2.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ LiveKit for Android is available as a Maven package.
```groovy title="build.gradle"
...
dependencies {
def livekit_version = "2.10.0"
def livekit_version = "2.11.0"
implementation "io.livekit:livekit-android:$livekit_version"
// CameraX support with pinch to zoom, torch control, etc.
implementation "io.livekit:livekit-android-camerax:$livekit_version"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android:2.10.1-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.11.1-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=2.10.1-SNAPSHOT
VERSION_NAME=2.11.0

POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-sdk-android",
"version": "2.10.0",
"version": "2.11.0",
"repository": "https://github.com/livekit/client-sdk-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down

0 comments on commit ff92c3d

Please sign in to comment.