Skip to content

Commit ee938fd

Browse files
authored
v2.6.1 (#954)
1 parent b835995 commit ee938fd

File tree

11 files changed

+14
-11
lines changed

11 files changed

+14
-11
lines changed

.changes/agent-session-docs

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

.changes/ensure-disposal-completion

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

.changes/fix-typos

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

.changes/prejoin-microphone-label

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.0
1+
2.6.1

CHANGELOG.md

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

3+
## 2.6.1
4+
5+
* Fixed: Enable E2EE for VP9 codec
6+
* Fixed: Correct spelling in E2EE log and error messages
7+
* Fixed: Ensure all dispose functions are executed even if one throws
8+
* Fixed: Fix microphone label typo in example app prejoin audio settings
9+
* Docs: Fix typos and inconsistencies in README and CHANGELOG
10+
311
## 2.6.0
412

513
* Session API

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: <version>
49+
livekit_client: ^2.6.1
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.0'
3+
s.version = '2.6.1'
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/'

lib/src/livekit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import 'support/platform.dart' show lkPlatformIsMobile;
2020
/// Main entry point to connect to a room.
2121
/// {@category Room}
2222
class LiveKitClient {
23-
static const version = '2.6.0';
23+
static const version = '2.6.1';
2424

2525
/// Initialize the WebRTC plugin. If this is not manually called, will be
2626
/// initialized with default settings.

macos/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.0'
3+
s.version = '2.6.1'
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)