Skip to content

Commit

Permalink
release: 1.4.2. (#339)
Browse files Browse the repository at this point in the history
* release: 1.4.2.

* typo

* Update CHANGELOG.md
  • Loading branch information
cloudwebrtc authored Aug 16, 2023
1 parent 2a158a6 commit 9011995
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9011995

Please sign in to comment.