This commit is contained in:
Hiroshi Horie
2021-10-22 19:36:24 +09:00
parent 7872d377f8
commit fa5e9c91a3
6 changed files with 26 additions and 26 deletions
+7
View File
@@ -1,4 +1,11 @@
# CHANGELOG # CHANGELOG
## 0.5.2
* change ios audio session defaults to support voice isolation
* fix explicit subscribe/unsubscribe issue
* fix WebRTC-SDK resolve issue
## 0.5.1 ## 0.5.1
* include plugins for Android and Web * include plugins for Android and Web
+8 -8
View File
@@ -1,18 +1,18 @@
PODS: PODS:
- Flutter (1.0.0) - Flutter (1.0.0)
- flutter_webrtc (0.2.2): - flutter_webrtc (0.2.3):
- Flutter - Flutter
- Libyuv (= 1703) - Libyuv (= 1703)
- WebRTC-SDK (= 92.4515.07) - WebRTC-SDK (= 92.4515.10)
- Libyuv (1703) - Libyuv (1703)
- livekit_client (0.0.1): - livekit_client (0.5.2):
- Flutter - Flutter
- WebRTC-SDK (= 92.4515.07) - WebRTC-SDK (= 92.4515.10)
- path_provider (0.0.1): - path_provider (0.0.1):
- Flutter - Flutter
- shared_preferences (0.0.1): - shared_preferences (0.0.1):
- Flutter - Flutter
- WebRTC-SDK (92.4515.07) - WebRTC-SDK (92.4515.10)
DEPENDENCIES: DEPENDENCIES:
- Flutter (from `Flutter`) - Flutter (from `Flutter`)
@@ -40,12 +40,12 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_webrtc: 6b71a1fc1d931a3dfe879e578ea10e2e6cd84f53 flutter_webrtc: 4e541b51d92b1197f77b17bea3efaa61e295a5f8
Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437 Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
livekit_client: 9216ac9adba8d54cefc870bbcb657ec1da534309 livekit_client: 37ba5aa5253f2b41eae3fbdbfda372772b361674
path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273 shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273
WebRTC-SDK: 540a44f2e30e89c75e331d5c4a372253ba668233 WebRTC-SDK: dabc6471c193814aeb0ad9e6712052567acff601
PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff
+7 -14
View File
@@ -113,7 +113,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.7.0" version: "0.7.0+hotfix.2"
google_fonts: google_fonts:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -127,7 +127,7 @@ packages:
name: http name: http
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.13.3" version: "0.13.4"
http_parser: http_parser:
dependency: transitive dependency: transitive
description: description:
@@ -155,7 +155,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.5.1" version: "0.5.2"
logging: logging:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -226,13 +226,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.3" version: "2.0.3"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
platform: platform:
dependency: transitive dependency: transitive
description: description:
@@ -246,14 +239,14 @@ packages:
name: plugin_platform_interface name: plugin_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.1" version: "2.0.2"
process: process:
dependency: transitive dependency: transitive
description: description:
name: process name: process
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.2.3" version: "4.2.4"
protobuf: protobuf:
dependency: transitive dependency: transitive
description: description:
@@ -377,7 +370,7 @@ packages:
name: uuid name: uuid
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.4" version: "3.0.5"
vector_math: vector_math:
dependency: transitive dependency: transitive
description: description:
@@ -391,7 +384,7 @@ packages:
name: win32 name: win32
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.9" version: "2.2.10"
xdg_directories: xdg_directories:
dependency: transitive dependency: transitive
description: description:
+1 -1
View File
@@ -6,7 +6,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'livekit_client' s.name = 'livekit_client'
s.version = '0.0.1' s.version = '0.5.2'
s.summary = 'Open source platform for real-time audio and video.' s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/' s.homepage = 'https://livekit.io/'
+1 -1
View File
@@ -106,7 +106,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.7.0" version: "0.7.0+hotfix.2"
http: http:
dependency: "direct main" dependency: "direct main"
description: description:
+2 -2
View File
@@ -1,7 +1,7 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit. description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web. Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 0.5.1 version: 0.5.2
homepage: https://livekit.io homepage: https://livekit.io
environment: environment:
@@ -23,7 +23,7 @@ dependencies:
uuid: ^3.0.4 uuid: ^3.0.4
synchronized: ^3.0.0 synchronized: ^3.0.0
protobuf: ^2.0.0 protobuf: ^2.0.0
flutter_webrtc: ^0.7.0 flutter_webrtc: ^0.7.0+hotfix.2
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: