From c3c91d11abcad0099eca7f23effca4ab0e8c6a63 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Mon, 23 Dec 2024 17:12:36 +0800 Subject: [PATCH] release: 2.3.3. (#665) * release: 2.3.3. * bump version for flutter-webrtc. * typo. --- CHANGELOG.md | 7 +++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 058e27e8..e9b9f805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 2.3.3 + +* Support FocusMode/ExposureMode for camera capture options. (#658) +* Fix Swift compilation errors (#662) +* Improve reconnect logic. (#654) +* Fixed bug for Screen Share on iOS/Android. + ## 2.3.2 * Add support for audio visualizer. diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index bf99300c..54a4e699 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.2' + s.version = '2.3.3' 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 d102cadf..e6038400 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'package:livekit_client/livekit_client.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.3.2'; + static const version = '2.3.3'; /// 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 81fb2a15..82efa1fa 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.2' + s.version = '2.3.3' 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 482b2eba..1442e0bb 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.2 +version: 2.3.3 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -37,7 +37,7 @@ dependencies: uuid: '>=3.0.6' synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: ^0.12.4 + flutter_webrtc: ^0.12.5 device_info_plus: ^11.1.1 js: '>=0.6.4' platform_detect: ^2.0.7