Skip to content

Commit

Permalink
change RTCDataChannel.id to int
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Mar 30, 2022
1 parent dbe9812 commit fb9fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/rtc_data_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class RTCDataChannel {
RTCDataChannelState? get state;

/// Get channel id
String? get id;
int? get id;

/// Get channel label
String? get label;
Expand Down

0 comments on commit fb9fc73

Please sign in to comment.