Skip to content

Commit af0f39f

Browse files
committed
id
1 parent 5f90b0f commit af0f39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/rtc_data_channel.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ abstract class RTCDataChannel {
7070
/// Get current state.
7171
RTCDataChannelState? get state;
7272

73+
/// Get channel id
74+
String? get id;
75+
7376
/// Get channel label
7477
String? get label;
7578

0 commit comments

Comments
 (0)