Skip to content

Commit c1b965d

Browse files
authored
release: 2.2.2. (#561)
* release: 2.2.2. * bump version.
1 parent 5b11500 commit c1b965d

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## 2.2.2
4+
5+
* feat: expose DegradationPreference for publish options. (#556)
6+
* fix room.disconnect issue. (#559)
7+
* fix: use getSettings() to get actual dimensions for mobile (#560)
8+
* Add support for participant attributes (#558)
9+
310
## 2.2.1
411

512
* fix: fix crash for windows

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.1'
3+
s.version = '2.2.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/'

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.2.1';
18+
static const version = '2.2.2';
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.2.1'
3+
s.version = '2.2.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/'

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.2.1
18+
version: 2.2.2
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:
@@ -37,7 +37,7 @@ dependencies:
3737
uuid: '>=3.0.6'
3838
synchronized: ^3.0.0+3
3939
protobuf: ^3.0.0
40-
flutter_webrtc: ^0.11.3
40+
flutter_webrtc: ^0.11.5
4141
device_info_plus: '>=8.0.0'
4242
js: '>=0.6.4'
4343
platform_detect: ^2.0.7

0 commit comments

Comments
 (0)