| Index: webrtc/call.h
|
| diff --git a/webrtc/call.h b/webrtc/call.h
|
| index 779ffe9d0de68e015117792614e6d2a10e68e83d..ec43b18ad4f18130e99ae2c7aac2bdceecef81d3 100644
|
| --- a/webrtc/call.h
|
| +++ b/webrtc/call.h
|
| @@ -92,6 +92,8 @@ class Call {
|
| };
|
|
|
| struct Stats {
|
| + std::string ToString(int64_t time_ms) const;
|
| +
|
| int send_bandwidth_bps = 0; // Estimated available send bandwidth.
|
| int max_padding_bitrate_bps = 0; // Cumulative configured max padding.
|
| int recv_bandwidth_bps = 0; // Estimated available receive bandwidth.
|
|
|