Skip to content

Commit 1a07347

Browse files
authored
release for 1.4.3 (#343)
* release: 1.4.3. * fixes for flutter web.
1 parent a5a98ee commit 1a07347

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.4.3
4+
5+
* Fix: remove js_bindings and use the built-in AudioContext for js interop to support flutter 3.13.0.
6+
37
## 1.4.2
48

59
* Fix: fix the speakerPhone switch issue for Android.

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ packages:
146146
source: hosted
147147
version: "2.3.2"
148148
dart_webrtc:
149-
dependency: transitive
149+
dependency: "direct main"
150150
description:
151151
name: dart_webrtc
152152
sha256: dfe42714abe3eb83eefec407c9da7f8e341a899aa1b8ac2484af298cdfeb74a3

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: livekit_client
1616
description: Flutter Client SDK for LiveKit.
1717
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18-
version: 1.4.1
18+
version: 1.4.3
1919
homepage: https://livekit.io
2020

2121
environment:
@@ -43,6 +43,7 @@ dependencies:
4343
device_info_plus: ^9.0.0
4444
js: ^0.6.4
4545
platform_detect: ^2.0.7
46+
dart_webrtc: 1.1.2
4647

4748
dev_dependencies:
4849
flutter_test:

0 commit comments

Comments
 (0)