File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
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
59
610* fix: make videoValue non nullable (#30 )
711* 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 {
8080
8181 int ? get bufferedAmount;
8282
83+ /// Get the buffered amount from native DC.
84+ Future <int > getBufferAmount () => throw UnimplementedError ();
85+
8386 /// Set threshold to trigger onBufferedAmountLow callback
8487 int ? bufferedAmountLowThreshold;
8588
Original file line number Diff line number Diff line change 11name : webrtc_interface
22description : WebRTC Interface for Dart-Web/Flutter.
3- version : 1.2.1+hotfix.1
3+ version : 1.2.2
44homepage : https://flutter-webrtc.org
55
66environment :
You can’t perform that action at this time.
0 commit comments