dtlsRole property

RTCDtlsRole dtlsRole

Implementation

RTCDtlsRole get dtlsRole =>
    RTCDtlsRole.fromValue(js_util.getProperty(this, 'dtlsRole'));
void dtlsRole=(RTCDtlsRole newValue)

Implementation

set dtlsRole(RTCDtlsRole newValue) {
  js_util.setProperty(this, 'dtlsRole', newValue.value);
}