Skip to content

Commit 701d548

Browse files
v2.25.3 (#937)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8ebe98 commit 701d548

10 files changed

Lines changed: 20 additions & 34 deletions

.changeset/docs-select-device-headset-clarify.md

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

.changeset/itchy-days-marry.md

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

.changeset/neat-rabbits-draw.md

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

.changeset/quiet-ducks-deliver.md

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

.changeset/selfish-fireants-breathe.md

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

.changeset/unlucky-spies-pay.md

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

CHANGELOG.md

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

3+
## 2.25.3
4+
5+
### Patch Changes
6+
7+
- docs(audio): clarify that `AudioSwitchHandler.selectDevice()` is sticky and overrides `preferredDeviceList`. Document that callers who only need a different priority order should set `preferredDeviceList` instead, and that `selectDevice(null)` clears a sticky selection. - [#941](https://github.com/livekit/client-sdk-android/pull/941) ([@daxiondi](https://github.com/daxiondi))
8+
9+
- Update libwebrtc to 144.7559.05 - [#936](https://github.com/livekit/client-sdk-android/pull/936) ([@davidliu](https://github.com/davidliu))
10+
11+
- fix: resume joinContinuation when LEAVE received during reconnect handshake to avoid reconnection loop hanging issue - [#934](https://github.com/livekit/client-sdk-android/pull/934) ([@YashJainSC](https://github.com/YashJainSC))
12+
13+
- Fixed silent loss of reliable data when DataChannel.send returned false and when buffered items were replayed across multiple resumes. - [#921](https://github.com/livekit/client-sdk-android/pull/921) ([@adrian-niculescu](https://github.com/adrian-niculescu))
14+
15+
- Fix byte streams not sending the name of the bytestream - [#939](https://github.com/livekit/client-sdk-android/pull/939) ([@davidliu](https://github.com/davidliu))
16+
17+
- Update AudioSwitch to handle potential exception when unregistering audio device listeners - [#944](https://github.com/livekit/client-sdk-android/pull/944) ([@davidliu](https://github.com/davidliu))
18+
319
## 2.25.2
420

521
### Patch Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LiveKit for Android is available as a Maven package.
4747
```groovy title="build.gradle"
4848
...
4949
dependencies {
50-
def livekit_version = "2.25.2"
50+
def livekit_version = "2.25.3"
5151
5252
implementation "io.livekit:livekit-android:$livekit_version"
5353
@@ -58,7 +58,7 @@ dependencies {
5858
implementation "io.livekit:livekit-android-track-processors:$livekit_version"
5959
6060
// Snapshots of the latest development version are available at:
61-
// implementation "io.livekit:livekit-android:2.25.3-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.25.4-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kapt.use.worker.api=true
3333
###############################################################
3434

3535
GROUP=io.livekit
36-
VERSION_NAME=2.25.3-SNAPSHOT
36+
VERSION_NAME=2.25.3
3737

3838
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-sdk-android",
3-
"version": "2.25.2",
3+
"version": "2.25.3",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)