headerExtensions property

Implementation

Iterable<RTCRtpHeaderExtensionParameters> get headerExtensions =>
    js_util.getProperty(this, 'headerExtensions');
void headerExtensions=(Iterable<RTCRtpHeaderExtensionParameters> newValue)

Implementation

set headerExtensions(Iterable<RTCRtpHeaderExtensionParameters> newValue) {
  js_util.setProperty(this, 'headerExtensions', newValue);
}