errorDetail property

RTCErrorDetailType get errorDetail

Implementation

_i3.RTCErrorDetailType get errorDetail =>
    _i3.RTCErrorDetailTypeOptions.values.byName(_i4.getProperty(
      this,
      'errorDetail',
    ));
set errorDetail (RTCErrorDetailType value)

Implementation

set errorDetail(_i3.RTCErrorDetailType value) {
  _i4.setProperty(
    this,
    'errorDetail',
    value.name,
  );
}