Skip to content

Commit b8756c8

Browse files
committed
release: 1.0.13.
1 parent c9ce1d5 commit b8756c8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
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.13] - 2022-12-12
5+
6+
* export jsRtpReciver.
7+
48
[1.0.12] - 2022-12-12
59

610
* fix: Convert iceconnectionstate to connectionstate for Firefox.

lib/src/rtc_rtp_receiver_impl.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ class RTCRtpReceiverWeb extends RTCRtpReceiver {
3737

3838
@override
3939
String get receiverId => jsutil.getProperty(_jsRtpReceiver, 'receiverId');
40+
41+
RtcRtpReceiver get jsRtpReceiver => _jsRtpReceiver;
4042
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.12
3+
version: 1.0.13
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:

0 commit comments

Comments
 (0)