dtlsState property

Implementation

RTCDtlsTransportState get dtlsState =>
    RTCDtlsTransportState.fromValue(js_util.getProperty(this, 'dtlsState'));
void dtlsState=(RTCDtlsTransportState newValue)

Implementation

set dtlsState(RTCDtlsTransportState newValue) {
  js_util.setProperty(this, 'dtlsState', newValue.value);
}