diff --git a/CHANGELOG.md b/CHANGELOG.md index 24665ef8..9812590a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.4.3 + +* Fix: remove js_bindings and use the built-in AudioContext for js interop to support flutter 3.13.0. + ## 1.4.2 * Fix: fix the speakerPhone switch issue for Android. diff --git a/pubspec.lock b/pubspec.lock index 7c1daccc..68be44ff 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -146,7 +146,7 @@ packages: source: hosted version: "2.3.2" dart_webrtc: - dependency: transitive + dependency: "direct main" description: name: dart_webrtc sha256: dfe42714abe3eb83eefec407c9da7f8e341a899aa1b8ac2484af298cdfeb74a3 diff --git a/pubspec.yaml b/pubspec.yaml index ea9ef143..ba5e60eb 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: 1.4.1 +version: 1.4.3 homepage: https://livekit.io environment: @@ -43,6 +43,7 @@ dependencies: device_info_plus: ^9.0.0 js: ^0.6.4 platform_detect: ^2.0.7 + dart_webrtc: 1.1.2 dev_dependencies: flutter_test: