menu
huddle01_flutter_client package
documentation
core/index.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);
huddle01_flutter_client package
documentation
core/index
RTCIceCandidate
RTCIceCandidate constructor
RTCIceCandidate class