Index: webrtc/api/call/audio_send_stream.h |
diff --git a/webrtc/api/call/audio_send_stream.h b/webrtc/api/call/audio_send_stream.h |
index b309f7a221c6c07298f0a13133dfbb2389a5b746..1f26c208fe36978ae15c98abe03a87dacd64d1d2 100644 |
--- a/webrtc/api/call/audio_send_stream.h |
+++ b/webrtc/api/call/audio_send_stream.h |
@@ -46,6 +46,7 @@ class AudioSendStream { |
int32_t echo_delay_std_ms = -1; |
int32_t echo_return_loss = -100; |
int32_t echo_return_loss_enhancement = -100; |
+ float residual_echo_likelihood = -1.0f; |
bool typing_noise_detected = false; |
}; |