rtcp property

Implementation

RTCRtcpParameters get rtcp => js_util.getProperty(this, 'rtcp');
void rtcp=(RTCRtcpParameters newValue)

Implementation

set rtcp(RTCRtcpParameters newValue) {
  js_util.setProperty(this, 'rtcp', newValue);
}