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

Unified Diff: webrtc/call/call.cc

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Merge. Created 3 years, 8 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: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index 0e64269d4e4c70391a00be65da2440778bb14197..183318eb59347164dffd68f1f611b1be0f140198 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -58,7 +58,9 @@
namespace webrtc {
+#ifdef HAVE_MEDIA
const int Call::Config::kDefaultStartBitrateBps = 300000;
+#endif
namespace {

Powered by Google App Engine
This is Rietveld 408576698