Index: webrtc/call/call.h |
diff --git a/webrtc/call/call.h b/webrtc/call/call.h |
index f67b6907e5f7a1c3465b984dc23de768f6130631..65f2294e86c3cc4ff20194f61a558f0c66881f1f 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 const int kDefaultStartBitrateBps = 300000; |
Taylor Brandstetter
2017/05/11 04:43:11
Why did this have to move? Are there places that u
Zhi Huang
2017/05/12 20:05:33
This is because call.h is an abstract class and it
|
// Bitrate config used until valid bitrate estimates are calculated. Also |
// used to cap total bitrate used. |