echoCancellation property
bool?
get
echoCancellation
Implementation
_i2.bool? get echoCancellation => _i4.getProperty(
this,
'echoCancellation',
);
set
echoCancellation
(bool? value)
Implementation
set echoCancellation(_i2.bool? value) {
_i4.setProperty(
this,
'echoCancellation',
value ?? _i6.undefined,
);
}