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