Skip to content

Commit

Permalink
v2.12.0 (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidliu and github-actions[bot] authored Jan 13, 2025
1 parent 8ee5ffa commit 86d1432
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-houses-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-snails-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-peas-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-bulldogs-bow.md

This file was deleted.

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

## 2.12.0

### Minor Changes

- Default prioritizing speaker over earpiece - [#579](https://github.com/livekit/client-sdk-android/pull/579) ([@davidliu](https://github.com/davidliu))

- Implement RPC - [#578](https://github.com/livekit/client-sdk-android/pull/578) ([@davidliu](https://github.com/davidliu))

- Explicitly expose AudioSwitchHandler from Room for easier audio handling - [#579](https://github.com/livekit/client-sdk-android/pull/579) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Add publishDTMF method for Sending DTMF signals to SIP Participant - [#576](https://github.com/livekit/client-sdk-android/pull/576) ([@dipak140](https://github.com/dipak140))

## 2.11.1

### Patch 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.11.1"
def livekit_version = "2.12.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.11.2-SNAPSHOT"
// implementation "io.livekit:livekit-android:2.12.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.11.2-SNAPSHOT
VERSION_NAME=2.12.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.11.1",
"version": "2.12.0",
"repository": "https://github.com/livekit/client-sdk-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down

0 comments on commit 86d1432

Please sign in to comment.