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

Unified Diff: third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp

Issue 2291893002: Let Contraints Controll Mute/Unmute Audio Local Playback For Desktop Sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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/platform/exported/WebMediaConstraints.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
index dfabaa59a930c312eb68e388b30e4f13b2569d8a..2cae78f0213ebd40e4b99a80a424cc96cc7527e0 100644
--- a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
@@ -355,6 +355,7 @@ WebMediaTrackConstraintSet::WebMediaTrackConstraintSet()
latency("latency"),
channelCount("channelCount"),
deviceId("deviceId"),
+ disableLocalEcho("disableLocalEcho"),
groupId("groupId"),
mediaStreamSource("mediaStreamSource"),
renderToAssociatedSink("chromeRenderToAssociatedSink"),
@@ -413,6 +414,7 @@ std::vector<const BaseConstraint*> WebMediaTrackConstraintSet::allConstraints()
&deviceId,
&groupId,
&mediaStreamSource,
+ &disableLocalEcho,
&renderToAssociatedSink,
&hotwordEnabled,
&googEchoCancellation,
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/platform/WebMediaConstraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698