getCapabilities property
RTCRtpCapabilities? Function(String)
get
getCapabilities
Implementation
static _i3.RTCRtpCapabilities? Function(_i2.String) get getCapabilities =>
(_i2.String p0) => _i4.callMethod(
_i4.getProperty(
_i8.target415,
'getCapabilities',
),
r'call',
[
_i8.target415,
p0,
],
);
set
getCapabilities
(RTCRtpCapabilities? value(String))
Implementation
static set getCapabilities(
_i3.RTCRtpCapabilities? Function(_i2.String) value) {
_i4.setProperty(
_i8.target415,
'getCapabilities',
_i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
);
}