chore: Set client to final.

This commit is contained in:
cloudwebrtc 2021-11-22 23:08:52 +08:00
parent 12df5d8cdd
commit 18af7e0642
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ class VoIP {
Function(CallSession session)? onCallEnded; Function(CallSession session)? onCallEnded;
String? get localPartyId => client.deviceID; String? get localPartyId => client.deviceID;
bool background = false; bool background = false;
Client client; final Client client;
final RTCFactory factory; final RTCFactory factory;
VoIP(this.client, this.factory) : super() { VoIP(this.client, this.factory) : super() {