Index: webrtc/call/call.h |
diff --git a/webrtc/call/call.h b/webrtc/call/call.h |
index 5aa0836fa19ca011563ee0141f2af6d91d92cf0f..842ed60887bd855ffa9472a05700f564edc06b70 100644 |
--- a/webrtc/call/call.h |
+++ b/webrtc/call/call.h |
@@ -80,7 +80,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. This comes from the remote connection. |