candidate property
RTCIceCandidate?
get
candidate
Implementation
_i3.RTCIceCandidate? get candidate => _i4.getProperty(
this,
'candidate',
);
set
candidate
(RTCIceCandidate? value)
Implementation
set candidate(_i3.RTCIceCandidate? value) {
_i4.setProperty(
this,
'candidate',
value ?? _i6.undefined,
);
}