File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class SignalClient extends Disposable with EventsEmittable<SignalEvent> {
315
315
case lk_rtc.SignalResponse_Message .subscribedQualityUpdate:
316
316
events.emit (SignalSubscribedQualityUpdatedEvent (
317
317
trackSid: msg.subscribedQualityUpdate.trackSid,
318
+ // ignore: deprecated_member_use_from_same_package
318
319
subscribedQualities: msg.subscribedQualityUpdate.subscribedQualities,
319
320
subscribedCodecs: msg.subscribedQualityUpdate.subscribedCodecs,
320
321
));
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
uuid : ^4.5.1
38
38
synchronized : ^3.0.0+3
39
39
protobuf : ^4.1.0
40
- flutter_webrtc : ^0.14.1
40
+ flutter_webrtc : ^0.14.2
41
41
device_info_plus : ^11.3.0
42
42
dart_webrtc : ^1.5.3
43
43
sdp_transform : ^0.3.2
@@ -70,6 +70,8 @@ flutter:
70
70
pluginClass : LiveKitPlugin
71
71
windows :
72
72
pluginClass : LiveKitPlugin
73
+ linux :
74
+ pluginClass : LiveKitPlugin
73
75
web :
74
76
pluginClass : LiveKitWebPlugin
75
77
fileName : livekit_client_web.dart
You can’t perform that action at this time.
0 commit comments