File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4+ [ 1.2.2+hotfix.1] - 2025-03-24
5+
6+ * rename getBufferAmount to getBufferedAmount.
7+
48[ 1.2.2] - 2025-03-24
59
610* add getBufferedAmount for RTCDataChannel.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ abstract class RTCDataChannel {
8181 int ? get bufferedAmount;
8282
8383 /// Get the buffered amount from native DC.
84- Future <int > getBufferAmount () => throw UnimplementedError ();
84+ Future <int > getBufferedAmount () => throw UnimplementedError ();
8585
8686 /// Set threshold to trigger onBufferedAmountLow callback
8787 int ? bufferedAmountLowThreshold;
Original file line number Diff line number Diff line change 11name : webrtc_interface
22description : WebRTC Interface for Dart-Web/Flutter.
3- version : 1.2.2
3+ version : 1.2.2+hotfix.1
44homepage : https://flutter-webrtc.org
55
66environment :
You can’t perform that action at this time.
0 commit comments