menu
webrtc_full_wrapper package
documentation
sdk/transport.dart
Transport
Transport.new constructor
Transport.new constructor
dark_mode
light_mode
Transport
constructor
Transport
(
{
required
String
?
url
,
bool
?
canReconnect
,
int
?
maxRetryCount
=
1
,
bool
?
isSecured
=
false
,
})
Implementation
Transport({required this.url, this.canReconnect, this.maxRetryCount = 1, this.isSecured = false});
webrtc_full_wrapper package
documentation
sdk/transport
Transport
Transport.new constructor
Transport class