Skip to content

Commit 59abd35

Browse files
committed
release: 2.2.0.
1 parent a478e23 commit 59abd35

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## 2.2.0
4+
5+
* feat: add Transcription Event. (#531)
6+
* feat: Expose Participant.Kind. (#532)
7+
* fix: ignore unable to parse frames completely (#530)
8+
39
## 2.1.6
410

511
* Framecryptor decrypting fixes (#520)

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.1.6'
3+
s.version = '2.2.0'
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
@@ -15,5 +15,5 @@
1515
/// Main entry point to connect to a room.
1616
/// {@category Room}
1717
class LiveKitClient {
18-
static const version = '2.1.6';
18+
static const version = '2.2.0';
1919
}

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.1.6'
3+
s.version = '2.2.0'
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: 2 additions & 2 deletions
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.1.6
18+
version: 2.2.0
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:
@@ -41,7 +41,7 @@ dependencies:
4141
device_info_plus: '>=8.0.0'
4242
js: '>=0.6.4'
4343
platform_detect: ^2.0.7
44-
dart_webrtc: ^1.4.6
44+
dart_webrtc: ^1.4.6+hotfix.1
4545
sdp_transform: ^0.3.2
4646
web: ^0.5.1
4747

0 commit comments

Comments
 (0)