Skip to content

release: 2.4.7. #787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.4.7

* fix: interop for encode and decode function in e2ee cryptor (#785)
* chore: Unorder the lossy data channel (#783)
* chore: bump flutter-webrtc to 0.14.1.
* fix: mitigate reconnect loop (#780)

## 2.4.6

* feat: Add smoothTransition option for AudioVisualizer. (#773)
2 changes: 1 addition & 1 deletion example/lib/theme.dart
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ class LiveKitTheme {
return Colors.white.withValues(alpha: 0.3);
}),
),
dialogTheme: DialogTheme(
dialogTheme: DialogThemeData(
backgroundColor: cardColor,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8),
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.4.6'
s.version = '2.4.7'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ import 'support/native.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.4.6';
static const version = '2.4.7';

/// Initialize the WebRTC plugin. If this is not manually called, will be
/// initialized with default settings.
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.4.6'
s.version = '2.4.7'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
name: livekit_client
description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 2.4.6
version: 2.4.7
homepage: https://github.com/livekit/client-sdk-flutter

environment:
@@ -37,7 +37,7 @@ dependencies:
uuid: ^4.5.1
synchronized: ^3.0.0+3
protobuf: ^3.0.0
flutter_webrtc: ^0.14.0
flutter_webrtc: ^0.14.1
device_info_plus: ^11.3.0
dart_webrtc: ^1.5.3
sdp_transform: ^0.3.2