File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
- [ 1.2.1+hotfix.1] - 2025-02-023
4
+ [ 1.2.2] - 2025-03-24
5
+
6
+ * add getBufferedAmount for RTCDataChannel.
7
+
8
+ [ 1.2.1+hotfix.1] - 2025-02-23
5
9
6
10
* fix: make videoValue non nullable (#30 )
7
11
* fix: make optional cname in RTCRTCPParameters nullable (#27 )
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ abstract class RTCDataChannel {
80
80
81
81
int ? get bufferedAmount;
82
82
83
+ /// Get the buffered amount from native DC.
84
+ Future <int > getBufferAmount () => throw UnimplementedError ();
85
+
83
86
/// Set threshold to trigger onBufferedAmountLow callback
84
87
int ? bufferedAmountLowThreshold;
85
88
Original file line number Diff line number Diff line change 1
1
name : webrtc_interface
2
2
description : WebRTC Interface for Dart-Web/Flutter.
3
- version : 1.2.1+hotfix.1
3
+ version : 1.2.2
4
4
homepage : https://flutter-webrtc.org
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments