candidateType property

RTCIceCandidateType get candidateType

Implementation

RTCIceCandidateType get candidateType =>
    RTCIceCandidateType.fromValue(js_util.getProperty(this, 'candidateType'));
set candidateType (RTCIceCandidateType newValue)

Implementation

set candidateType(RTCIceCandidateType newValue) {
  js_util.setProperty(this, 'candidateType', newValue.value);
}