Skip to content

Commit 9615b37

Browse files
authored
release: 2.4.7. (#787)
* release: 2.4.7. * fix. * update. * fix.
1 parent 876f889 commit 9615b37

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
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.4.7
4+
5+
* fix: interop for encode and decode function in e2ee cryptor (#785)
6+
* chore: Unorder the lossy data channel (#783)
7+
* chore: bump flutter-webrtc to 0.14.1.
8+
* fix: mitigate reconnect loop (#780)
9+
310
## 2.4.6
411

512
* feat: Add smoothTransition option for AudioVisualizer. (#773)

example/lib/theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class LiveKitTheme {
6868
return Colors.white.withValues(alpha: 0.3);
6969
}),
7070
),
71-
dialogTheme: DialogTheme(
71+
dialogTheme: DialogThemeData(
7272
backgroundColor: cardColor,
7373
shape: RoundedRectangleBorder(
7474
borderRadius: BorderRadius.circular(8),

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.4.6'
3+
s.version = '2.4.7'
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/native.dart';
2020
/// Main entry point to connect to a room.
2121
/// {@category Room}
2222
class LiveKitClient {
23-
static const version = '2.4.6';
23+
static const version = '2.4.7';
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.4.6'
3+
s.version = '2.4.7'
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.4.6
18+
version: 2.4.7
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:
@@ -37,7 +37,7 @@ dependencies:
3737
uuid: ^4.5.1
3838
synchronized: ^3.0.0+3
3939
protobuf: ^3.0.0
40-
flutter_webrtc: ^0.14.0
40+
flutter_webrtc: ^0.14.1
4141
device_info_plus: ^11.3.0
4242
dart_webrtc: ^1.5.3
4343
sdp_transform: ^0.3.2

0 commit comments

Comments
 (0)