diff --git a/CHANGELOG.md b/CHANGELOG.md index 058e27e89..e9b9f8055 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 bf99300c6..54a4e6990 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 d102cadfa..e60384003 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 81fb2a151..82efa1fad 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 482b2ebaa..1442e0bb9 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