We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0f39f commit 72e8c6dCopy full SHA for 72e8c6d
lib/src/rtc_data_channel.dart
@@ -76,6 +76,8 @@ abstract class RTCDataChannel {
76
/// Get channel label
77
String? get label;
78
79
+ int? get bufferedAmount;
80
+
81
/// Stream of state change events. Emits the new state on change.
82
/// Closes when the [RTCDataChannel] is closed.
83
late Stream<RTCDataChannelState> stateChangeStream;
0 commit comments