Add a default RTT to CallStats and use different values for buffered/real-time mode.
BUG=1613 Review URL: https://webrtc-codereview.appspot.com/1326007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3888 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -95,7 +95,8 @@ RTPReceiver::RTPReceiver(const int32_t id,
|
||||
max_reordering_threshold_(kDefaultMaxReorderingThreshold),
|
||||
rtx_(false),
|
||||
ssrc_rtx_(0),
|
||||
payload_type_rtx_(-1) {
|
||||
payload_type_rtx_(-1),
|
||||
rtt_ms_(kInitialReceiveSideRtt) {
|
||||
assert(incoming_audio_messages_callback &&
|
||||
incoming_messages_callback &&
|
||||
incoming_payload_callback);
|
||||
|
||||
Reference in New Issue
Block a user