diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b400312..d58f5b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.3.4 + +* Fix: Frame drops for Android. + ## 1.3.3 * Fix: issue for get user audio on Android. diff --git a/pubspec.yaml b/pubspec.yaml index 54910492..849e6598 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,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.3.3 +version: 1.3.4 homepage: https://livekit.io environment: @@ -24,7 +24,7 @@ dependencies: uuid: ^3.0.6 synchronized: ^3.0.0+3 protobuf: ^2.1.0 - flutter_webrtc: 0.9.32 + flutter_webrtc: 0.9.33 flutter_window_close: ^0.2.2 device_info_plus: ^9.0.0 webrtc_interface: 1.0.13