From 18af7e0642be0cfedc68ca98e4f25a83e22c98f5 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Mon, 22 Nov 2021 23:08:52 +0800 Subject: [PATCH] chore: Set client to final. --- lib/src/voip.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/voip.dart b/lib/src/voip.dart index a4406d83..b4352049 100644 --- a/lib/src/voip.dart +++ b/lib/src/voip.dart @@ -1126,7 +1126,7 @@ class VoIP { Function(CallSession session)? onCallEnded; String? get localPartyId => client.deviceID; bool background = false; - Client client; + final Client client; final RTCFactory factory; VoIP(this.client, this.factory) : super() {