Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: talk/app/webrtc/localaudiosource.cc

Issue 1179233003: Add kGoogEchoCancellation to MediaConstraintsInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: talk/app/webrtc/localaudiosource.cc
diff --git a/talk/app/webrtc/localaudiosource.cc b/talk/app/webrtc/localaudiosource.cc
index 150c828922553c7162c86366b40e8ba96fcf5b09..3d4412b3cecfd2657251cce0274e9a6643c099fe 100644
--- a/talk/app/webrtc/localaudiosource.cc
+++ b/talk/app/webrtc/localaudiosource.cc
@@ -51,7 +51,7 @@ void FromConstraints(const MediaConstraintsInterface::Constraints& constraints,
const char* name;
cricket::Settable<bool>& value;
} key_to_value[] = {
- {MediaConstraintsInterface::kEchoCancellation,
+ {MediaConstraintsInterface::kGoogEchoCancellation,
options->echo_cancellation},
// Both kExperimentalEchoCancellation (old) and
// kExtendedFilterEchoCancellation (new) translate to
« no previous file with comments | « no previous file | talk/app/webrtc/localaudiosource_unittest.cc » ('j') | talk/app/webrtc/mediaconstraintsinterface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698