| Index: webrtc/video/video_send_stream.cc
|
| diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
|
| index 964475fd388e30288b82ac5bcf667b5c8274b13a..331f009287372b57d82df42b7ded1c3497334664 100644
|
| --- a/webrtc/video/video_send_stream.cc
|
| +++ b/webrtc/video/video_send_stream.cc
|
| @@ -748,6 +748,9 @@ VideoSendStreamImpl::VideoSendStreamImpl(
|
| RTC_DCHECK(congestion_controller_);
|
| RTC_DCHECK(remb_);
|
|
|
| + congestion_controller_->EnablePeriodicAlrProbing(
|
| + config_->periodic_alr_bandwidth_probing);
|
| +
|
| // RTP/RTCP initialization.
|
| for (RtpRtcp* rtp_rtcp : rtp_rtcp_modules_) {
|
| congestion_controller_->packet_router()->AddRtpModule(rtp_rtcp);
|
|
|