File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.11
4
+
5
+ * Fix: fix connection fails for firefox. (#222 , close #221 )
6
+
3
7
## 1.1.10
4
8
5
9
* Fix: Disconnect from room before app closes.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ packages:
70
70
name: dart_webrtc
71
71
url: "https://pub.dartlang.org"
72
72
source: hosted
73
- version: "1.0.11 "
73
+ version: "1.0.12 "
74
74
dbus:
75
75
dependency: transitive
76
76
description:
@@ -169,7 +169,7 @@ packages:
169
169
name: flutter_webrtc
170
170
url: "https://pub.dartlang.org"
171
171
source: hosted
172
- version: "0.9.17 "
172
+ version: "0.9.18 "
173
173
flutter_window_close:
174
174
dependency: transitive
175
175
description:
@@ -352,6 +352,13 @@ packages:
352
352
url: "https://pub.dartlang.org"
353
353
source: hosted
354
354
version: "3.1.0"
355
+ platform_detect:
356
+ dependency: transitive
357
+ description:
358
+ name: platform_detect
359
+ url: "https://pub.dartlang.org"
360
+ source: hosted
361
+ version: "2.0.7"
355
362
plugin_platform_interface:
356
363
dependency: transitive
357
364
description:
@@ -380,6 +387,13 @@ packages:
380
387
url: "https://pub.dartlang.org"
381
388
source: hosted
382
389
version: "6.0.4"
390
+ pub_semver:
391
+ dependency: transitive
392
+ description:
393
+ name: pub_semver
394
+ url: "https://pub.dartlang.org"
395
+ source: hosted
396
+ version: "2.1.3"
383
397
shared_preferences:
384
398
dependency: "direct main"
385
399
description:
Original file line number Diff line number Diff line change 1
1
name : livekit_client
2
2
description : Flutter Client SDK for LiveKit.
3
3
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4
- version : 1.1.10
4
+ version : 1.1.11
5
5
homepage : https://livekit.io
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments