ionorg / ion-sdk-flutter

ion flutter sdk
MIT License
116 stars 74 forks source link

fix(deps): update dependency flutter_webrtc to ^0.8.0 #59

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_webrtc dependencies minor ^0.7.0 -> ^0.8.0

Release Notes

cloudwebrtc/flutter-webrtc ### [`v0.8.9`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.9) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.7...0.8.9) \[0.8.8] - 2022-06-08 - \[Android] Fixes DataChannel issue described in [#​974](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/974) - \[iOS] Fixes DataChannel issue described in [#​974](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/974) - \[Darwin/Android/Windows] Split data channel's webrtc id from our internal id ([#​961](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/961)) - \[Windows] Update to m97. - \[Windows] Add PeerConnectionState - \[Windows] Fix can't open mic alone when built-in AEC is enabled. ### [`v0.8.7`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.7) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.6...0.8.7) \[0.8.7] - 2022-05-18 - \[iOS/macOS] fix: Use RTCYUVHelper instead of external libyuv library ([#​954](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/954)). - \[iOS/macOS] Flutter 3.0 crash fixes, setStreamHandler on main thread ([#​953](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/953)) - \[Android] Use mavenCentral() instead of jcenter() ([#​952](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/952)) - \[Windows] Use uint8\_t\* instead of string in DataChannel::Send method, fix binary send bug. - \[Android] fix: "Reply already submitted" error and setVolume() not working on remote streams. ### [`v0.8.6`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.6) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.5...0.8.6) \[0.8.6] - 2022-05-08 - \[Web/Android/iOS/macOS] Support null tracks in replaceTrack/setTrack. - \[macOS] Remove absolute path from resolved spec to make checksum stable. - \[Android] Android 12 bluetooth permissions. - \[Dart] fix wrong id type for data-channel. - \[Android] Release i420 Buffer in FrameCapturer. ### [`v0.8.5`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.5) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.4...0.8.5) \[0.8.5] - 2022-04-01 - \[Dart] Expose RTCDataChannel.id ([#​898](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/898)) - \[Android] Enable H264 high profile for SimulcastVideoEncoderFactoryWrapper ([#​890](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/890)) ### [`v0.8.4`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.4) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.3...0.8.4) \[0.8.4] - 2022-03-28 - \[Android] Fix simulcast factory not sending back EncoderInfo ([#​891](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/891)) - \[Android] fix: correct misspell in method screenRequestPermissions ([#​876](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/876)) ### [`v0.8.3`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.3) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.2...0.8.3) \[0.8.3] - 2022-03-01 - \[Android/iOS] Update android/ios webrtc native sdk versions. - \[Windows] Feature of selecting i/o audio devices by passing sourceId and/or deviceId constraints ([#​851](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/851)). ### [`v0.8.2`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.2) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.1...0.8.2) \[0.8.2] - 2022-02-08 - \[Android/iOS/macOS/Web] Add restartIce. ### [`v0.8.1`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.1) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.8.0...0.8.1) \[0.8.1] - 2021-12-29 - \[Android/iOS] Bump webrtc-sdk version to 93.4577.01. ### [`v0.8.0`](https://togithub.com/flutter-webrtc/flutter-webrtc/releases/tag/0.8.0) [Compare Source](https://togithub.com/cloudwebrtc/flutter-webrtc/compare/0.7.1...0.8.0) \[0.8.0] - 2021-12-05 - \[Dart] Refactor: Use webrtc interface. ([#​777](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/777)) - \[iOS] Fix crashes for FlutterRPScreenRecorder stop. - \[Web] Don't stop tracks when disposing MediaStream ([#​760](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/760)) - \[Windows] Add the necessary parameters for onRemoveTrack ([#​763](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/763)) - \[Example] Properly start foreground service in example ([#​764](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/764)) - \[Android] Fix crash for Android, close [#​757](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/757) and [#​734](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/734). - \[Dart] Fix typo in deprecated annotations. - \[iOS] Fix IOS captureFrame and add support for remote stream captureFrame ([#​778](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/778)) - \[Windows] Fix parsing stun configuration ([#​789](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/789)) - \[Windows] Fix mute ([#​792](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/792)) - \[iOS/Android/Windows] New video constraints syntax ([#​790](https://togithub.com/cloudwebrtc/flutter-webrtc/issues/790))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.