We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272484c commit 270060bCopy full SHA for 270060b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.3.4
4
+
5
+* Fix: Frame drops for Android.
6
7
## 1.3.3
8
9
* Fix: issue for get user audio on Android.
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:
24
uuid: ^3.0.6
25
synchronized: ^3.0.0+3
26
protobuf: ^2.1.0
27
- flutter_webrtc: 0.9.32
+ flutter_webrtc: 0.9.33
28
flutter_window_close: ^0.2.2
29
device_info_plus: ^9.0.0
30
webrtc_interface: 1.0.13
0 commit comments