Skip to content

Commit 7fa8e40

Browse files
v2.19.0 (#726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c3bef08 commit 7fa8e40

10 files changed

Lines changed: 22 additions & 34 deletions

.changeset/cool-numbers-perform.md

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

.changeset/poor-coins-tease.md

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

.changeset/red-ants-grow.md

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

.changeset/rich-penguins-walk.md

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

.changeset/tall-trees-tan.md

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

.changeset/twenty-weeks-trade.md

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

CHANGELOG.md

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

3+
## 2.19.0
4+
5+
### Minor Changes
6+
7+
- Add types for agent and transcription attributes - [#733](https://github.com/livekit/client-sdk-android/pull/733) ([@davidliu](https://github.com/davidliu))
8+
9+
- Update libwebrtc to 137.7151.01 - [#727](https://github.com/livekit/client-sdk-android/pull/727) ([@davidliu](https://github.com/davidliu))
10+
11+
### Patch Changes
12+
13+
- Fix IllegalStateException when switchCamera of localVideoTrack - [#725](https://github.com/livekit/client-sdk-android/pull/725) ([@binkos](https://github.com/binkos))
14+
15+
- Make blurRadius in the VirtualBackgroundTransformer variable to allow for dynamically changing the value. - [#731](https://github.com/livekit/client-sdk-android/pull/731) ([@binkos](https://github.com/binkos))
16+
17+
- Add sendText and sendFile helper methods to LocalParticipant for ease of use - [#732](https://github.com/livekit/client-sdk-android/pull/732) ([@davidliu](https://github.com/davidliu))
18+
19+
- Add default name of "unknown" for StreamByteOptions to allow for no-arg construction - [#732](https://github.com/livekit/client-sdk-android/pull/732) ([@davidliu](https://github.com/davidliu))
20+
321
## 2.18.3
422

523
### 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.18.3"
50+
def livekit_version = "2.19.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.18.4-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.19.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.18.4-SNAPSHOT
26+
VERSION_NAME=2.19.0
2727

2828
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
2929

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.18.3",
3+
"version": "2.19.0",
44
"repository": "https://github.com/livekit/client-sdk-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)