dtlsRole property

RTCDtlsRole get dtlsRole

Implementation

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

Implementation

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