credentialType property
RTCIceCredentialType
get
credentialType
Implementation
RTCIceCredentialType get credentialType => RTCIceCredentialType.fromValue(
js_util.getProperty(this, 'credentialType'));
set
credentialType
(RTCIceCredentialType newValue)
Implementation
set credentialType(RTCIceCredentialType newValue) {
js_util.setProperty(this, 'credentialType', newValue.value);
}