From 15aaa1da79144bde101f0a8ee9ab65118d59a0a5 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Tue, 14 Jan 2025 10:44:37 +0800 Subject: [PATCH] release: 2.3.5. --- CHANGELOG.md | 5 +++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cca35b55d..2badd6c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.3.5 + +* feat: add TrackProcessor support. (#657) +* fix: bug for mute/unmute and speaker switch. (#684) + ## 2.3.4+hotfix.2 * fix: side effects for stop remote track. diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index dd5fa2c36..f9f7135ba 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.3.4' + s.version = '2.3.5' 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/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 76c5d1465..cabad489d 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -20,7 +20,7 @@ import 'support/native.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.3.4'; + static const version = '2.3.5'; /// Initialize the WebRTC plugin. If this is not manually called, will be /// initialized with default settings. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 24bb3520b..ab11044e9 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '2.3.4' + s.version = '2.3.5' 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/' diff --git a/pubspec.yaml b/pubspec.yaml index 2c68d330b..5ee94abe2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.3.4+hotfix.2 +version: 2.3.5 homepage: https://github.com/livekit/client-sdk-flutter environment: