From cda577fd5918bf3debd640f87238b63702e345fa Mon Sep 17 00:00:00 2001 From: Eldar Rello Date: Wed, 22 Apr 2020 10:27:57 +0300 Subject: [PATCH] Enable simulcast statistics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9547 Change-Id: I8b2920dacfac0085449a797f2831b86e2e5e65b5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173749 Reviewed-by: Harald Alvestrand Reviewed-by: Henrik Boström Commit-Queue: Eldar Rello Cr-Commit-Position: refs/heads/master@{#31126} --- api/peer_connection_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index 136b03ea02..1d81de74d8 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -666,7 +666,7 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface { // Whether network condition based codec switching is allowed. absl::optional allow_codec_switching; - bool enable_simulcast_stats = false; + bool enable_simulcast_stats = true; // // Don't forget to update operator== if adding something.