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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl

Issue 2956063003: Add support for echoCancellation and deviceId to MediaStreamTrack.getSettings (Closed)
Patch Set: fix DCHECK Created 3 years, 5 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: third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
index 53e12bffc57ecbd1c124e8461e30c84fcdbcfd40..ac779fefb8f5c3deaf83a628e7d9f8ab0fd59e46 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
@@ -14,8 +14,7 @@ dictionary MediaTrackSettings {
// double volume;
// long sampleRate;
// long sampleSize;
- // echoCancellation is not implemented: crbug.com/682245
- // boolean echoCancellation;
+ boolean echoCancellation;
// latency and channelCount are not implemented.
// double latency;
// long channelCount;

Powered by Google App Engine
This is Rietveld 408576698