From 7de30eefa474eacd4f7be5790e3d3fc7f015efca Mon Sep 17 00:00:00 2001 From: tongtongstudio Date: Wed, 22 Jul 2026 22:35:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dflutter=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/controller/remote_controller.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc_controller_flutter/lib/controller/remote_controller.dart b/webrtc_controller_flutter/lib/controller/remote_controller.dart index 90955a4..16aa271 100644 --- a/webrtc_controller_flutter/lib/controller/remote_controller.dart +++ b/webrtc_controller_flutter/lib/controller/remote_controller.dart @@ -14,8 +14,8 @@ class RemoteController { final String serverUrl; final String deviceId; final String targetDeviceId; - final String? authType; - final String? authValue; + String? authType; + String? authValue; late final SignalingClient _signaling; WebRtcController? _webRtc;