We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba69e42 commit 35f6df6Copy full SHA for 35f6df6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.0.16] - 2023-04-10
5
+
6
+* Add addStreams to RTCRtpSender.
7
8
[1.0.15] - 2023-02-10
9
10
* add bufferedamountlow
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_webrtc
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
-version: 1.0.15
+version: 1.0.16
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
@@ -9,7 +9,7 @@ environment:
dependencies:
js: ^0.6.4
11
platform_detect: ^2.0.7
12
- webrtc_interface: ^1.0.11
+ webrtc_interface: ^1.0.12
13
14
dev_dependencies:
15
build_runner: ^2.3.3
0 commit comments