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

Unified Diff: webrtc/call/call.h

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Rebase. Created 3 years, 7 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.h
diff --git a/webrtc/call/call.h b/webrtc/call/call.h
index f67b6907e5f7a1c3465b984dc23de768f6130631..091f10083a7cd2a7d6b65050ee3303141789fc64 100644
--- a/webrtc/call/call.h
+++ b/webrtc/call/call.h
@@ -65,7 +65,7 @@ class Call {
RTC_DCHECK(event_log);
}
- static const int kDefaultStartBitrateBps;
+ static constexpr int kDefaultStartBitrateBps = 300000;
// Bitrate config used until valid bitrate estimates are calculated. Also
// used to cap total bitrate used.
« no previous file with comments | « webrtc/api/mediastreaminterface.h ('k') | webrtc/call/call.cc » ('j') | webrtc/pc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698