echoCancellation property

bool echoCancellation

Implementation

bool get echoCancellation => js_util.getProperty(this, 'echoCancellation');
void echoCancellation=(bool newValue)

Implementation

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