menu
flutter_zwap_webrtc package
documentation
flutter_webrtc.dart
RTCIceCandidate
RTCIceCandidate constructor
RTCIceCandidate constructor
dark_mode
light_mode
RTCIceCandidate
constructor
RTCIceCandidate
(
String
?
candidate
,
String
?
sdpMid
,
int
?
sdpMLineIndex
)
Implementation
RTCIceCandidate(this.candidate, this.sdpMid, this.sdpMLineIndex);
flutter_zwap_webrtc package
documentation
flutter_webrtc
RTCIceCandidate
RTCIceCandidate constructor
RTCIceCandidate class