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