Index: webrtc/call/call.h |
diff --git a/webrtc/call/call.h b/webrtc/call/call.h |
index caf0ee2d881951e5c28320086b6cf74c2c48ef92..bce593d08b1e7bab9ee0f656bf0489e3c495a495 100644 |
--- a/webrtc/call/call.h |
+++ b/webrtc/call/call.h |
@@ -60,10 +60,12 @@ class Call { |
public: |
struct Config { |
explicit Config(RtcEventLog* event_log) : event_log(event_log) { |
+#ifdef HAVE_MEDIA |
RTC_DCHECK(event_log); |
+#endif |
} |
- static const int kDefaultStartBitrateBps; |
+ static const int kDefaultStartBitrateBps = 300000; |
// Bitrate config used until valid bitrate estimates are calculated. Also |
// used to cap total bitrate used. |