Skip to content

Commit 02db177

Browse files
v2.23.0 (#804)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5218b1 commit 02db177

12 files changed

Lines changed: 28 additions & 46 deletions

.changeset/brown-cheetahs-argue.md

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

.changeset/cold-days-speak.md

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

.changeset/cool-meals-fetch.md

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

.changeset/curvy-otters-move.md

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

.changeset/gorgeous-carrots-share.md

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

.changeset/spicy-planes-sip.md

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

.changeset/spotty-fishes-hang.md

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

.changeset/witty-buttons-lick.md

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

CHANGELOG.md

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

3+
## 2.23.0
4+
5+
### Minor Changes
6+
7+
- Change TokenSource.fetch methods to return Result<TokenSourceResponse> to explicitly handle exceptions - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
8+
9+
- Add support for multiple listeners on AudioSwitchHandler - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
10+
11+
- Rename AgentState to AgentSdkState - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
12+
13+
- Deprecate Room.withPreconnectAudio method. - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
14+
15+
- Set AudioTrackPublishDefaults.preconnect = true on the RoomOptions instead to use the preconnect buffer.
16+
17+
- Expose agentAttributes as a value on Participant - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
18+
19+
- Expose the server info of the currently connected server on Room - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
20+
21+
### Patch Changes
22+
23+
- Fix crash when cleaning up local participant - [#802](https://github.com/livekit/client-sdk-android/pull/802) ([@davidliu](https://github.com/davidliu))
24+
25+
- Fix crash when creating audio track for communication mode workaround - [#805](https://github.com/livekit/client-sdk-android/pull/805) ([@davidliu](https://github.com/davidliu))
26+
327
## 2.22.1
428

529
### 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.22.1"
50+
def livekit_version = "2.23.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.22.2-SNAPSHOT"
61+
// implementation "io.livekit:livekit-android:2.23.1-SNAPSHOT"
6262
}
6363
```
6464

0 commit comments

Comments
 (0)