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 e2ca57f commit 1d612a7Copy full SHA for 1d612a7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.0.14] - 2023-01-30
5
+
6
+* Add support for getCapabilities/setCodecPreferences.
7
8
[1.0.13] - 2022-12-12
9
10
* export jsRtpReciver.
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.13
+version: 1.0.14
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
@@ -11,7 +11,6 @@ dependencies:
11
platform_detect: ^2.0.7
12
webrtc_interface: ^1.0.11
13
14
-
15
dev_dependencies:
16
build_runner: ^1.10.0
17
build_web_compilers: ^2.11.0
0 commit comments