Skip to content

Commit fa5e9c9

Browse files
committed
v0.5.2
1 parent 7872d37 commit fa5e9c9

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
PODS:
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

1717
DEPENDENCIES:
1818
- Flutter (from `Flutter`)
@@ -40,12 +40,12 @@ EXTERNAL SOURCES:
4040

4141
SPEC 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

5050
PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff
5151

example/pubspec.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff 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:

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Pod::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/'

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: 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
55
homepage: https://livekit.io
66

77
environment:
@@ -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

2828
dev_dependencies:
2929
flutter_test:

0 commit comments

Comments
 (0)