echoCancellation property

Iterable<bool> get echoCancellation

Implementation

Iterable<bool> get echoCancellation =>
    js_util.getProperty(this, 'echoCancellation');
set echoCancellation (Iterable<bool> newValue)

Implementation

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