From 38adf293449aa2feeb861ec3d60b5cc44817579c Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Mon, 21 Oct 2024 11:59:21 +0800 Subject: [PATCH] release: 2.2.7. --- CHANGELOG.md | 9 +++++++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 7 ++----- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95b8a7c5..d67123c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 2.2.7 + +* feat: support bypass voice processing. (#595) +* fix: Dispose LocalParticipant when room.disconnect. (#609) +* Fix spelling error in method name: _checkPremissions to _checkPermissions (#605) +* fix: fix speaker switching behavior for android. (#604) +* fix: Optimize stats display (#602) +* fix: Handle disconnect reasons correctly. (#594) + ## 2.2.6 * fix: android build failure. (#587) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index e17340ac0..ccc38a7cb 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.6' + s.version = '2.2.7' 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 6e9ba56fe..04df0d28d 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -17,7 +17,7 @@ import 'package:flutter_webrtc/flutter_webrtc.dart' as rtc; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.2.6'; + static const version = '2.2.7'; /// 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 7b986da5e..d79043850 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.6' + s.version = '2.2.7' 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 b2062dd13..358c75836 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.6 +version: 2.2.7 homepage: https://github.com/livekit/client-sdk-flutter environment: @@ -37,10 +37,7 @@ dependencies: uuid: '>=3.0.6' synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: - git: - url: https://github.com/flutter-webrtc/flutter-webrtc.git - ref: feat/support-unprocessed-audio + flutter_webrtc: ^0.12.0+hotfix.1 device_info_plus: '>=8.0.0' js: '>=0.6.4' platform_detect: ^2.0.7