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

Unified Diff: talk/session/media/channel.cc

Issue 1385893002: Remove default receive channel from WVoE; baby step 3. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove implementation of SetRemoteRenderer Created 5 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: talk/session/media/channel.cc
diff --git a/talk/session/media/channel.cc b/talk/session/media/channel.cc
index 57d09a2d6fda80311addd7f0c26bee76223c55a9..b5d7df06627e72989e87933b7a7f4d626ffc1b93 100644
--- a/talk/session/media/channel.cc
+++ b/talk/session/media/channel.cc
@@ -1502,9 +1502,6 @@ bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content,
AudioSendParameters send_params = last_send_params_;
RtpSendParametersFromMediaDescription(audio, &send_params);
- if (audio->conference_mode()) {
- send_params.options.conference_mode.Set(true);
- }
if (audio->agc_minus_10db()) {
send_params.options.adjust_agc_delta.Set(kAgcMinus10db);
}
« talk/media/webrtc/webrtcvoiceengine.cc ('K') | « talk/media/webrtc/webrtcvoiceengine_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698