Skip to content

Commit 6d5cb6d

Browse files
v2.16.0 (#664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d01c3ef commit 6d5cb6d

11 files changed

+26
-41
lines changed

.changeset/blue-impalas-camp.md

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

.changeset/cyan-spoons-try.md

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

.changeset/friendly-spoons-rhyme.md

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

.changeset/odd-squids-yell.md

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

.changeset/rotten-brooms-look.md

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

.changeset/sixty-snakes-own.md

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

.changeset/weak-seas-reply.md

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

CHANGELOG.md

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

3+
## 2.16.0
4+
5+
### Minor Changes
6+
7+
- Unorder the lossy data channel - [#665](https://github.com/livekit/client-sdk-android/pull/665) ([@bcherry](https://github.com/bcherry))
8+
9+
- Add pre-connect audio for use with agents - [#666](https://github.com/livekit/client-sdk-android/pull/666) ([@davidliu](https://github.com/davidliu))
10+
11+
See Room.withPreconnectAudio for details.
12+
13+
- CameraX: support for selecting cameras by their physical id - [#668](https://github.com/livekit/client-sdk-android/pull/668) ([@KasemJaffer](https://github.com/KasemJaffer))
14+
15+
- Add Participant.State and related events - [#666](https://github.com/livekit/client-sdk-android/pull/666) ([@davidliu](https://github.com/davidliu))
16+
17+
### Patch Changes
18+
19+
- Fix NPE when streaming text - [#670](https://github.com/livekit/client-sdk-android/pull/670) ([@davidliu](https://github.com/davidliu))
20+
21+
- Add rpc handler methods to Room class for convenience. - [#663](https://github.com/livekit/client-sdk-android/pull/663) ([@davidliu](https://github.com/davidliu))
22+
23+
- Fix outgoing datastreams incorrectly padding data - [#666](https://github.com/livekit/client-sdk-android/pull/666) ([@davidliu](https://github.com/davidliu))
24+
325
## 2.15.0
426

527
### Minor 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.15.0"
50+
def livekit_version = "2.16.0"
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.15.1-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.16.1-SNAPSHOT"
6262
}
6363
```
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.code.style=official
2323
###############################################################
2424

2525
GROUP=io.livekit
26-
VERSION_NAME=2.15.1-SNAPSHOT
26+
VERSION_NAME=2.16.0
2727

2828
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
2929

0 commit comments

Comments
 (0)