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