errorDetail property

RTCErrorDetailType errorDetail

Implementation

RTCErrorDetailType get errorDetail =>
    RTCErrorDetailType.fromValue(js_util.getProperty(this, 'errorDetail'));
void errorDetail=(RTCErrorDetailType newValue)

Implementation

set errorDetail(RTCErrorDetailType newValue) {
  js_util.setProperty(this, 'errorDetail', newValue.value);
}