This CL https://codereview.webrtc.org/2641763003 changed echo return loss /...enhancement stats from being optional to being undefined because that was the observed behavior (and a TODO was added to investigate why). It turns out that these stats are sometimes available, e.g. if the test runs for a while like MSAN bot does, so this turned the test flaky. Example failure: https://build.chromium.org/p/client.webrtc/builders/Linux%20MSan/builds/8242 This CL reverts that change without reverting the rest of the CL which other CLs depend on, and updates the TODO. BUG=chromium:627816 TBR=hta@webrtc.org NOTRY=True NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2640743007 Cr-Commit-Position: refs/heads/master@{#16187}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.