menu
flutter_peer package
documentation
webrtc/webrtc_adapter.dart
IceCandidate
IceCandidate.new const constructor
IceCandidate.new const constructor
dark_mode
light_mode
IceCandidate
constructor
const
IceCandidate
(
{
required
String
candidate
,
String
?
sdpMid
,
int
?
sdpMLineIndex
,
})
Implementation
const IceCandidate({ required this.candidate, this.sdpMid, this.sdpMLineIndex, });
flutter_peer package
documentation
webrtc/webrtc_adapter
IceCandidate
IceCandidate.new const constructor
IceCandidate class