| Index: talk/app/webrtc/mediaconstraintsinterface.h
|
| diff --git a/talk/app/webrtc/mediaconstraintsinterface.h b/talk/app/webrtc/mediaconstraintsinterface.h
|
| index 31cc99622f203006c2f4d9b445fc317e4bfa554b..843bee071c44835a7c42de855eb5ca166c810dd4 100644
|
| --- a/talk/app/webrtc/mediaconstraintsinterface.h
|
| +++ b/talk/app/webrtc/mediaconstraintsinterface.h
|
| @@ -73,7 +73,13 @@ class MediaConstraintsInterface {
|
|
|
| // Constraint keys used by a local audio source.
|
| // These keys are google specific.
|
| + // TODO(tommi): Change kEchoCancellation to be "echoCancellation" once
|
| + // Chrome has been updated to use kGoogEchoCancellation where the 'goog'
|
| + // variant is needed.
|
| + // See https://code.google.com/p/webrtc/issues/detail?id=4747
|
| static const char kEchoCancellation[]; // googEchoCancellation
|
| + static const char kGoogEchoCancellation[]; // googEchoCancellation
|
| +
|
| // TODO(henrik.lundin) Remove kExperimentalEchoCancellation.
|
| // https://code.google.com/p/webrtc/issues/detail?id=4696
|
| static const char kExperimentalEchoCancellation[]; // googEchoCancellation2
|
|
|