Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogurotus committed Sep 11, 2023
1 parent c2221c2 commit 5686763
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ All user visible changes to this project will be documented in this file. This p

- Refactor Audio Device Module to use [OpenAL] library for playout. ([#117])
- Fire `onDeviceChange` callback whenever an output audio device is changed in system settings on desktop platforms. ([#119], [#120])
- Upgraded [libwebrtc] to [116.0.5845.110] version. ([#123])

[116.0.5845.110]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/116.0.5845.110

[#117]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/117
[#119]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/119
[#120]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/120
[#123]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/123



Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Medea Flutter-WebRTC
====================

[![pub](https://img.shields.io/pub/v/medea_flutter_webrtc "pub")](https://pub.dev/packages/medea_flutter_webrtc)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-112.0.5615.165-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/112.0.5615.165)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-116.0.5845.110-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/116.0.5845.110)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.23.1-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.23.1)

[Changelog](https://github.com/instrumentisto/medea-flutter-webrtc/blob/main/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion crates/libwebrtc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libwebrtc-sys"
version = "0.0.0+112.0.5615.165"
version = "0.0.0+116.0.5845.110"
edition = "2021"
rust-version = "1.62"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Flutter (1.0.0)
- instrumentisto-libwebrtc-bin (112.0.5615.165)
- instrumentisto-libwebrtc-bin (116.0.5845.110)
- integration_test (0.0.1):
- Flutter
- libyuv-iOS (1.0.2)
- medea_flutter_webrtc (0.8.3-dev):
- Flutter
- instrumentisto-libwebrtc-bin (= 112.0.5615.165)
- instrumentisto-libwebrtc-bin (= 116.0.5845.110)
- libyuv-iOS

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion ios/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Flutter WebRTC plugin based on Google WebRTC.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'instrumentisto-libwebrtc-bin', '112.0.5615.165'
s.dependency 'instrumentisto-libwebrtc-bin', '116.0.5845.110'
s.dependency 'libyuv-iOS'
s.platform = :ios, '13.0'
s.static_framework = true
Expand Down

0 comments on commit 5686763

Please sign in to comment.