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() {