channel property

RTCDataChannel channel

Implementation

_i3.RTCDataChannel get channel => _i4.getProperty(
      this,
      'channel',
    );
void channel=(RTCDataChannel value)

Implementation

set channel(_i3.RTCDataChannel value) {
  _i4.setProperty(
    this,
    'channel',
    value,
  );
}