diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b9f8055..cdb824d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2.3.4 + +* fix bypass voice processing not work. (#668) +* fix track.stop for remote track. (#669) +* fix Visualizer block UI. (#667) + ## 2.3.3 * Support FocusMode/ExposureMode for camera capture options. (#658) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 54a4e6990..dd5fa2c36 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.3' + s.version = '2.3.4' 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 228340318..76c5d1465 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.3'; + static const version = '2.3.4'; /// 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 82efa1fad..24bb3520b 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.3' + s.version = '2.3.4' 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 d78e6b3ab..ca62538ab 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.3 +version: 2.3.4 homepage: https://github.com/livekit/client-sdk-flutter environment: