| 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
|
|
|