Skip to content

Commit fb9fc73

Browse files
committed
change RTCDataChannel.id to int
1 parent dbe9812 commit fb9fc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rtc_data_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ abstract class RTCDataChannel {
7171
RTCDataChannelState? get state;
7272

7373
/// Get channel id
74-
String? get id;
74+
int? get id;
7575

7676
/// Get channel label
7777
String? get label;

0 commit comments

Comments
 (0)