rtcp property
RTCRtcpParameters
get
rtcp
Implementation
RTCRtcpParameters get rtcp => js_util.getProperty(this, 'rtcp');
set
rtcp
(RTCRtcpParameters newValue)
Implementation
set rtcp(RTCRtcpParameters newValue) {
js_util.setProperty(this, 'rtcp', newValue);
}