menu
flutter_peer package
documentation
webrtc/webrtc_adapter.dart
DataChannelInit
DataChannelInit.new const constructor
DataChannelInit.new const constructor
dark_mode
light_mode
DataChannelInit
constructor
const
DataChannelInit
(
{
bool
ordered
=
true
,
int
?
maxPacketLifeTime
,
int
?
maxRetransmits
,
})
Implementation
const DataChannelInit({ this.ordered = true, this.maxPacketLifeTime, this.maxRetransmits, });
flutter_peer package
documentation
webrtc/webrtc_adapter
DataChannelInit
DataChannelInit.new const constructor
DataChannelInit class