Skip to content

Commit 31a851b

Browse files
v2.20.0
1 parent 94fc2c0 commit 31a851b

11 files changed

+24
-39
lines changed

.changeset/chilled-zoos-report.md

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

.changeset/famous-trainers-jog.md

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

.changeset/itchy-mugs-draw.md

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

.changeset/pink-pans-glow.md

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

.changeset/slimy-queens-serve.md

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

.changeset/wicked-needles-call.md

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

.changeset/wild-paws-play.md

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

CHANGELOG.md

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

3+
## 2.20.0
4+
5+
### Minor Changes
6+
7+
- Update libwebrtc to 137.7151.03 - [#742](https://github.com/livekit/client-sdk-android/pull/742) ([@davidliu](https://github.com/davidliu))
8+
9+
- Return streamInfo from datastream send helper methods - [#741](https://github.com/livekit/client-sdk-android/pull/741) ([@davidliu](https://github.com/davidliu))
10+
11+
- Add simulcastLayers to VideoTrackPublishOptions for directly specifying the resolutions to use - [#746](https://github.com/livekit/client-sdk-android/pull/746) ([@davidliu](https://github.com/davidliu))
12+
13+
- Add H265 as a supported codec - [#742](https://github.com/livekit/client-sdk-android/pull/742) ([@davidliu](https://github.com/davidliu))
14+
15+
### Patch Changes
16+
17+
- E2E reliability for data channels with resending after reconnects - [#738](https://github.com/livekit/client-sdk-android/pull/738) ([@davidliu](https://github.com/davidliu))
18+
19+
- Fix default simulcast layers using a lower than intended resolution - [#746](https://github.com/livekit/client-sdk-android/pull/746) ([@davidliu](https://github.com/davidliu))
20+
21+
- Properly use screenShareTrackPublishDefaults when manually publishing a screenshare track - [#746](https://github.com/livekit/client-sdk-android/pull/746) ([@davidliu](https://github.com/davidliu))
22+
323
## 2.19.1
424

525
### 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.19.1"
50+
def livekit_version = "2.20.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.19.2-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.20.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.19.2-SNAPSHOT
26+
VERSION_NAME=2.20.0
2727

2828
POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
2929

0 commit comments

Comments
 (0)