File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 1.2.2+hotfix.1] - 2025-03-24
5
+
6
+ * rename getBufferAmount to getBufferedAmount.
7
+
4
8
[ 1.2.2] - 2025-03-24
5
9
6
10
* add getBufferedAmount for RTCDataChannel.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ abstract class RTCDataChannel {
81
81
int ? get bufferedAmount;
82
82
83
83
/// Get the buffered amount from native DC.
84
- Future <int > getBufferAmount () => throw UnimplementedError ();
84
+ Future <int > getBufferedAmount () => throw UnimplementedError ();
85
85
86
86
/// Set threshold to trigger onBufferedAmountLow callback
87
87
int ? bufferedAmountLowThreshold;
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.2
3
+ version : 1.2.2+hotfix.1
4
4
homepage : https://flutter-webrtc.org
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments