upgrade flutter-webrtc. (#240)

This commit is contained in:
CloudWebRTC
2023-02-15 09:59:07 +08:00
committed by GitHub
parent f5aac2f046
commit 6118635032
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true s.static_framework = true
s.dependency 'Flutter' s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '~> 104.5112.09' s.dependency 'WebRTC-SDK', '104.5112.09'
end end
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'livekit_client' s.name = 'livekit_client'
s.version = '1.1.13' s.version = '1.1.14'
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/'
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true s.static_framework = true
s.dependency 'FlutterMacOS' s.dependency 'FlutterMacOS'
s.dependency 'WebRTC-SDK', '~> 104.5112.09' s.dependency 'WebRTC-SDK', '104.5112.11'
end end
+2 -2
View File
@@ -23,9 +23,9 @@ dependencies:
uuid: ^3.0.6 uuid: ^3.0.6
synchronized: ^3.0.0+3 synchronized: ^3.0.0+3
protobuf: ^2.1.0 protobuf: ^2.1.0
flutter_webrtc: 0.9.20 flutter_webrtc: 0.9.22
flutter_window_close: ^0.2.2 flutter_window_close: ^0.2.2
dart_webrtc: 1.0.14 dart_webrtc: 1.0.15
device_info_plus: ^8.0.0 device_info_plus: ^8.0.0
webrtc_interface: 1.0.11 webrtc_interface: 1.0.11