Skip to content

Commit 2d42156

Browse files
committed
v2.10.2
1 parent a141892 commit 2d42156

File tree

11 files changed

+15
-10
lines changed

11 files changed

+15
-10
lines changed

.changes/broadcast-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/degradation-default

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/local-track-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/screensharing-vp9

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/sync-race-cond

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/video-view-crash

Lines changed: 0 additions & 1 deletion
This file was deleted.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.1
1+
2.10.2

CHANGELOG.md

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

3+
## [2.10.2] - 2025-12-10
4+
5+
### Fixed
6+
7+
- Screen sharing not publishing frames with VP9/AV1 codecs
8+
- Crash in VideoView when video dimensions are both 0
9+
- Crash when moving apps to background during broadcast
10+
- Crash in LocalAudioTrack.deinit
11+
- Default degradation preference for non-simulcast tracks
12+
- Race condition during sync preventing track subscription
13+
314
## [2.10.1] - 2025-11-26
415

516
### Changed

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LiveKitClient"
3-
spec.version = "2.10.1"
3+
spec.version = "2.10.2"
44
spec.summary = "LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website."
55
spec.homepage = "https://github.com/livekit/client-sdk-swift"
66
spec.license = {:type => "Apache 2.0", :file => "LICENSE"}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the dependency and also to your target
4141
let package = Package(
4242
...
4343
dependencies: [
44-
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.10.1")),
44+
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.10.2")),
4545
],
4646
targets: [
4747
.target(

0 commit comments

Comments
 (0)