Skip to content

Commit b58f55a

Browse files
authored
v2.6.2 (#976)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Release** * Version bumped to 2.6.2 * **New Features** * Bitrate priority control APIs * **Bug Fixes** * Windows: stop camera after unpublishing video track * Keep mute state in sync with server * Fix example prejoin device dropdown handling * **Chores** * Mark LocalVideoTrack constructor as internal * Update protobuf to v6.0.0 * Misc. packaging/documentation updates <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2eb4c48 commit b58f55a

13 files changed

Lines changed: 16 additions & 12 deletions

.changes/ci-ios-platform-download

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

.changes/example-prejoin-dropdown

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

.changes/priority-control

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

.changes/protobuf-6-migration

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

.changes/reconcile-local-mute-state

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

.changes/windows-stop-camera-after-unpublish

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.6.1
1+
2.6.2

CHANGELOG.md

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

3+
## 2.6.2
4+
5+
* Added: Bitrate priority control APIs
6+
* Fixed: Windows: stop camera after unpublishing video track
7+
* Fixed: Keep mute state in sync with server
8+
* Fixed: Fix example prejoin device dropdown handling
9+
* Chore: Mark LocalVideoTrack constructor as internal for consistency with LocalAudioTrack
10+
* Chore: Update protobuf dependency to v6.0.0
11+
* Chore: Skip iOS platform download in CI
12+
313
## 2.6.1
414

515
* Fixed: Enable E2EE for VP9 codec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Include this package to your `pubspec.yaml`
4646
```yaml
4747
---
4848
dependencies:
49-
livekit_client: ^2.6.1
49+
livekit_client: ^2.6.2
5050
```
5151
5252
### iOS

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '2.6.1'
3+
s.version = '2.6.2'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

0 commit comments

Comments
 (0)