8000 update to 0.9.36. (#1396) · liliBestCoder/flutter-webrtc@1b628ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b628ce

Browse files
authored
update to 0.9.36. (flutter-webrtc#1396)
* update libwebrtc. * update.
1 parent 07bdb39 commit 1b628ce

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.9.36] - 2023-07-13
5+
6+
* [Native] upgrade libwebrtc to m114.5735.02.
7+
* [Windows/Linux] Add implementation to MediaStreamTrack.captureFrame() for linux/windows.
8+
* [Darwin/Android] Support to ignore network adapters used for ICE on Android, iOS and macOS.
9+
410
[0.9.35] - 2023-06-30
511

612
* [iOS] feat: expose audio mode for ios.

ios/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.9.31'
6+
s.version = '0.9.36'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'WebRTC-SDK', '114.5735.01'
18+
s.dependency 'WebRTC-SDK', '114.5735.02'
1919
s.ios.deployment_target = '11.0'
2020
s.static_framework = true
2121
end

macos/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.9.31'
6+
s.version = '0.9.36'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -15,6 +15,6 @@ A new flutter plugin project.
1515
s.source_files = ['Classes/**/*']
1616

1717
s.dependency 'FlutterMacOS'
18-
s.dependency 'WebRTC-SDK', '114.5735.01'
18+
s.dependency 'WebRTC-SDK', '114.5735.02'
1919
s.osx.deployment_target = '10.13'
2020
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.9.35
3+
version: 0.9.36
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <4.0.0'
Binary file not shown.
1.07 KB
Binary file not shown.
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0