channel property

RTCDataChannel channel

Implementation

RTCDataChannel get channel => js_util.getProperty(this, 'channel');
void channel=(RTCDataChannel newValue)

Implementation

set channel(RTCDataChannel newValue) {
  js_util.setProperty(this, 'channel', newValue);
}