From 24336332c7dae8623e05a21632185c092817bd10 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Sat, 26 Oct 2024 09:53:37 +0800 Subject: [PATCH] release: 2.3.0. --- 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 71f1224f0..8aa5be77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.3.0 + +* fix: Fixed speaker cannot be switched on iOS. (#617) +* feat: Increase default audio bitrate. (#616) + ## 2.2.8 * Fix TrackStreamStateUpdatedEvent not emitted. (#612) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index e1e112221..0ce1e2d01 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.2.8' + s.version = '2.3.0' 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 3bfaea24c..06d624fda 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.2.8'; + static const version = '2.3.0'; /// 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 57e24bcc5..b67a2be2d 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.2.8' + s.version = '2.3.0' 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 e976a8ff5..9ea8f9ef9 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.2.8 +version: 2.3.0 homepage: https://github.com/livekit/client-sdk-flutter environment: