Chromium Code Reviews| Index: webrtc/call/call.h |
| diff --git a/webrtc/call/call.h b/webrtc/call/call.h |
| index caf0ee2d881951e5c28320086b6cf74c2c48ef92..072125b161fdb36031244b842ad73622b9c9b4dc 100644 |
| --- a/webrtc/call/call.h |
| +++ b/webrtc/call/call.h |
| @@ -63,7 +63,7 @@ class Call { |
| RTC_DCHECK(event_log); |
| } |
| - 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. |