menu
vdotok_stream package
documentation
core/interface/rtc_ice_candidate.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);
vdotok_stream package
documentation
core/interface/rtc_ice_candidate
RTCIceCandidate
RTCIceCandidate constructor
RTCIceCandidate class