From 9011995e95a9db6a7a8e39c40c7d7e6a479b5e15 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Wed, 16 Aug 2023 13:50:45 +0800 Subject: [PATCH] release: 1.4.2. (#339) * release: 1.4.2. * typo * Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ lib/src/livekit.dart | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671ea086..24665ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.4.2 + +* Fix: fix the speakerPhone switch issue for Android. +* Fix: fix iOS cannot publish the audio track correctly. +* Fix: fix crash when re-publish video track on Windows/Linux. +* Fix: set preferCurrentTab to false by default + ## 1.4.1 * Fix: fix Android earpiece not being replaced after wired headset is disconnected. diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index f7d9d5b1..d94d8983 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'types/other.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '1.4.1'; + static const version = '1.4.2'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/pubspec.lock b/pubspec.lock index cc83e5d9..94bdd52f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -236,10 +236,10 @@ packages: dependency: "direct main" description: name: flutter_webrtc - sha256: b795e79c2c053b0559756450427c4ad4679707e50b8540b5d7921c92a3989bc9 + sha256: "770c6f8babfdc4907539dc57bf9e98b89132eaa4486bac774c537dd25c2d5362" url: "https://pub.dev" source: hosted - version: "0.9.39" + version: "0.9.40" flutter_window_close: dependency: "direct main" description: @@ -452,10 +452,10 @@ packages: dependency: "direct main" description: name: protobuf - sha256: "4034a02b7e231e7e60bff30a8ac13a7347abfdac0798595fae0b90a3f0afe759" + sha256: "68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d" url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "3.1.0" pub_semver: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 39fce1ce..563571a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,7 @@ dependencies: uuid: ^3.0.6 synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: 0.9.39 + flutter_webrtc: 0.9.40 flutter_window_close: ^0.2.2 device_info_plus: ^9.0.0 js: ^0.6.4