Skip to content

Commit 58b5212

Browse files
authored
release: 2.2.8. (#613)
1 parent 568ba32 commit 58b5212

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 2.2.8
4+
5+
* Fix TrackStreamStateUpdatedEvent not emitted. (#612)
6+
37
## 2.2.7
48

59
* feat: support bypass voice processing. (#595)

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.2.7'
3+
s.version = '2.2.8'
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
@@ -19,7 +19,7 @@ import 'package:livekit_client/livekit_client.dart';
1919
/// Main entry point to connect to a room.
2020
/// {@category Room}
2121
class LiveKitClient {
22-
static const version = '2.2.7';
22+
static const version = '2.2.8';
2323

2424
/// Initialize the WebRTC plugin. If this is not manually called, will be
2525
/// 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.2.7'
3+
s.version = '2.2.8'
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/'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: livekit_client
1616
description: Flutter Client SDK for LiveKit.
1717
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18-
version: 2.2.7
18+
version: 2.2.8
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:

0 commit comments

Comments
 (0)