headerExtensions property

List<RTCRtpHeaderExtensionCapability> get headerExtensions

Implementation

_i2.List<_i3.RTCRtpHeaderExtensionCapability> get headerExtensions =>
    ((_i4.getProperty(
      this,
      'headerExtensions',
    )) as _i2.List)
        .cast();
set headerExtensions (List<RTCRtpHeaderExtensionCapability> value)

Implementation

set headerExtensions(_i2.List<_i3.RTCRtpHeaderExtensionCapability> value) {
  _i4.setProperty(
    this,
    'headerExtensions',
    value,
  );
}