candidateType property

RTCIceCandidateType candidateType

Implementation

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

Implementation

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