From 8f3e01469c531a4f127ef1036e3f5ba2b46098b7 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Tue, 31 Oct 2023 12:08:48 +0800 Subject: [PATCH] fix: low video quality for android simulcast publish. --- pubspec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e7a560f65..c4718a437 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,11 @@ dependencies: uuid: '>=3.0.6' synchronized: ^3.0.0+3 protobuf: ^3.0.0 - flutter_webrtc: 0.9.46 + flutter_webrtc: + git: + url: https://github.com/flutter-webrtc/flutter-webrtc.git + ref: fix/revert-changes-for-simulcast-bug + flutter_window_close: ^0.2.2 device_info_plus: '>=8.0.0' js: ^0.6.4