Skip to content

Commit 8173f63

Browse files
authored
v2.12.0 (#913)
1 parent 5bc124c commit 8173f63

12 files changed

Lines changed: 22 additions & 11 deletions

.changes/audio-session-deactivation-option

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

.changes/catalyst-crash

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

.changes/ffi-targets

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

.changes/lost-camera

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

.changes/other-audio-ducking

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

.changes/playernode-lifecycle

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

.changes/priority-control

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.11.0
1+
2.12.0

CHANGELOG.md

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

3+
## [2.12.0] - 2026-02-11
4+
5+
### Added
6+
7+
- Expose separate bitrate/network priorities for media tracks
8+
9+
### Changed
10+
11+
- Add option to disable automatic audio session deactivation
12+
- Default other-audio-ducking configuration
13+
14+
### Fixed
15+
16+
- Linker warnings from FFI package
17+
- Crashes on macOS Catalyst
18+
- Reset/stop mixer player nodes on audio engine start/stop
19+
- Camera selection changing after full reconnect
20+
321
## [2.11.0] - 2026-01-12
422

523
### Added

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.11.0"
3+
spec.version = "2.12.0"
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"}

0 commit comments

Comments
 (0)