File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33--------------------------------------------
44
5+ [ 1.5.3] - 2025-03-24
6+
7+ * add getBufferedAmount for DC.
8+
59[ 1.5.2+hotfix.1] - 2025-02-23.
610
711* remove platform_detect.
Original file line number Diff line number Diff line change @@ -48,6 +48,11 @@ class RTCDataChannelWeb extends RTCDataChannel {
4848 @override
4949 int ? get bufferedAmount => _jsDc.bufferedAmount;
5050
51+ @override
52+ Future <int > getBufferedAmount () async {
53+ return _jsDc.bufferedAmount;
54+ }
55+
5156 @override
5257 set bufferedAmountLowThreshold (int ? bufferedAmountLowThreshold) {
5358 _jsDc.bufferedAmountLowThreshold = bufferedAmountLowThreshold ?? 0 ;
Original file line number Diff line number Diff line change 11name : dart_webrtc
22description : Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3- version : 1.5.2+hotfix.1
3+ version : 1.5.3
44homepage : https://github.com/flutter-webrtc/dart-webrtc
55
66environment :
@@ -13,7 +13,7 @@ dependencies:
1313 meta : ^1.8.0
1414 synchronized : ^3.0.0+3
1515 web : ^1.0.0
16- webrtc_interface : ^1.2.1
16+ webrtc_interface : ^1.2.2+hotfix. 1
1717
1818dev_dependencies :
1919 build_runner : ^2.3.3
You can’t perform that action at this time.
0 commit comments