credentialType property

RTCIceCredentialType credentialType

Implementation

RTCIceCredentialType get credentialType => RTCIceCredentialType.fromValue(
    js_util.getProperty(this, 'credentialType'));
void credentialType=(RTCIceCredentialType newValue)

Implementation

set credentialType(RTCIceCredentialType newValue) {
  js_util.setProperty(this, 'credentialType', newValue.value);
}