Skip to content

Commit 72e8c6d

Browse files
committed
bufferedAmount
1 parent af0f39f commit 72e8c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/rtc_data_channel.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ abstract class RTCDataChannel {
7676
/// Get channel label
7777
String? get label;
7878

79+
int? get bufferedAmount;
80+
7981
/// Stream of state change events. Emits the new state on change.
8082
/// Closes when the [RTCDataChannel] is closed.
8183
late Stream<RTCDataChannelState> stateChangeStream;

0 commit comments

Comments
 (0)