Skip to content

Commit 35f6df6

Browse files
committed
release: 1.0.16.
1 parent ba69e42 commit 35f6df6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[1.0.16] - 2023-04-10
5+
6+
* Add addStreams to RTCRtpSender.
7+
48
[1.0.15] - 2023-02-10
59

610
* add bufferedamountlow

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_webrtc
22
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3-
version: 1.0.15
3+
version: 1.0.16
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
js: ^0.6.4
1111
platform_detect: ^2.0.7
12-
webrtc_interface: ^1.0.11
12+
webrtc_interface: ^1.0.12
1313

1414
dev_dependencies:
1515
build_runner: ^2.3.3

0 commit comments

Comments
 (0)