chore: Set client to final.
This commit is contained in:
parent
12df5d8cdd
commit
18af7e0642
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue