File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
2+
3+ ## 0.5.2
4+
5+ * change ios audio session defaults to support voice isolation
6+ * fix explicit subscribe/unsubscribe issue
7+ * fix WebRTC-SDK resolve issue
8+
29## 0.5.1
310
411* include plugins for Android and Web
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - flutter_webrtc (0.2.2 ):
3+ - flutter_webrtc (0.2.3 ):
44 - Flutter
55 - Libyuv (= 1703)
6- - WebRTC-SDK (= 92.4515.07 )
6+ - WebRTC-SDK (= 92.4515.10 )
77 - Libyuv (1703)
8- - livekit_client (0.0.1 ):
8+ - livekit_client (0.5.2 ):
99 - Flutter
10- - WebRTC-SDK (= 92.4515.07 )
10+ - WebRTC-SDK (= 92.4515.10 )
1111 - path_provider (0.0.1):
1212 - Flutter
1313 - shared_preferences (0.0.1):
1414 - Flutter
15- - WebRTC-SDK (92.4515.07 )
15+ - WebRTC-SDK (92.4515.10 )
1616
1717DEPENDENCIES:
1818 - Flutter (from `Flutter`)
@@ -40,12 +40,12 @@ EXTERNAL SOURCES:
4040
4141SPEC CHECKSUMS:
4242 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
43- flutter_webrtc: 6b71a1fc1d931a3dfe879e578ea10e2e6cd84f53
43+ flutter_webrtc: 4e541b51d92b1197f77b17bea3efaa61e295a5f8
4444 Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
45- livekit_client: 9216ac9adba8d54cefc870bbcb657ec1da534309
45+ livekit_client: 37ba5aa5253f2b41eae3fbdbfda372772b361674
4646 path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de
4747 shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273
48- WebRTC-SDK: 540a44f2e30e89c75e331d5c4a372253ba668233
48+ WebRTC-SDK: dabc6471c193814aeb0ad9e6712052567acff601
4949
5050PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff
5151
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ packages:
113113 name: flutter_webrtc
114114 url: "https://pub.dartlang.org"
115115 source: hosted
116- version: "0.7.0"
116+ version: "0.7.0+hotfix.2 "
117117 google_fonts:
118118 dependency: "direct main"
119119 description:
@@ -127,7 +127,7 @@ packages:
127127 name: http
128128 url: "https://pub.dartlang.org"
129129 source: hosted
130- version: "0.13.3 "
130+ version: "0.13.4 "
131131 http_parser:
132132 dependency: transitive
133133 description:
@@ -155,7 +155,7 @@ packages:
155155 path: ".."
156156 relative: true
157157 source: path
158- version: "0.5.1 "
158+ version: "0.5.2 "
159159 logging:
160160 dependency: "direct main"
161161 description:
@@ -226,13 +226,6 @@ packages:
226226 url: "https://pub.dartlang.org"
227227 source: hosted
228228 version: "2.0.3"
229- pedantic:
230- dependency: transitive
231- description:
232- name: pedantic
233- url: "https://pub.dartlang.org"
234- source: hosted
235- version: "1.11.1"
236229 platform:
237230 dependency: transitive
238231 description:
@@ -246,14 +239,14 @@ packages:
246239 name: plugin_platform_interface
247240 url: "https://pub.dartlang.org"
248241 source: hosted
249- version: "2.0.1 "
242+ version: "2.0.2 "
250243 process:
251244 dependency: transitive
252245 description:
253246 name: process
254247 url: "https://pub.dartlang.org"
255248 source: hosted
256- version: "4.2.3 "
249+ version: "4.2.4 "
257250 protobuf:
258251 dependency: transitive
259252 description:
@@ -377,7 +370,7 @@ packages:
377370 name: uuid
378371 url: "https://pub.dartlang.org"
379372 source: hosted
380- version: "3.0.4 "
373+ version: "3.0.5 "
381374 vector_math:
382375 dependency: transitive
383376 description:
@@ -391,7 +384,7 @@ packages:
391384 name: win32
392385 url: "https://pub.dartlang.org"
393386 source: hosted
394- version: "2.2.9 "
387+ version: "2.2.10 "
395388 xdg_directories:
396389 dependency: transitive
397390 description:
Original file line number Diff line number Diff line change 66
77Pod ::Spec . new do |s |
88 s . name = 'livekit_client'
9- s . version = '0.0.1 '
9+ s . version = '0.5.2 '
1010 s . summary = 'Open source platform for real-time audio and video.'
1111 s . description = 'Open source platform for real-time audio and video.'
1212 s . homepage = 'https://livekit.io/'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ packages:
106106 name: flutter_webrtc
107107 url: "https://pub.dartlang.org"
108108 source: hosted
109- version: "0.7.0"
109+ version: "0.7.0+hotfix.2 "
110110 http:
111111 dependency: "direct main"
112112 description:
Original file line number Diff line number Diff line change 11name : livekit_client
22description : Flutter Client SDK for LiveKit.
33 Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4- version : 0.5.1
4+ version : 0.5.2
55homepage : https://livekit.io
66
77environment :
@@ -23,7 +23,7 @@ dependencies:
2323 uuid : ^3.0.4
2424 synchronized : ^3.0.0
2525 protobuf : ^2.0.0
26- flutter_webrtc : ^0.7.0
26+ flutter_webrtc : ^0.7.0+hotfix.2
2727
2828dev_dependencies :
2929 flutter_test :
You can’t perform that action at this time.
0 commit comments