commit | 382f21cd9c4e41229bc0f0a1e65017cbadd343e9 | [log] [tgz] |
---|---|---|
author | saza <saza@webrtc.org> | Tue Jul 04 08:11:49 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 04 08:11:49 2017 |
tree | 29d0ae808012cc480cf4d35bb8016f21f3ffb353 | |
parent | 746749237ab5e34bd6bfa9cc0da63fffce528901 [diff] |
Revert of Add received audio and video call duration metrics based on packets. (patchset #4 id:140001 of https://codereview.webrtc.org/2957073002/ ) Reason for revert: The following, seemingly related, unit tests crash on Android32 (M Nexus5X). org.webrtc.PeerConnectionTest#testCompleteSession org.webrtc.PeerConnectionTest#testDataChannelOnlySession A Windows build fails with a mysterious compile error. Original issue's description: > Add received audio/video call duration metrics based on packets. > > Tracks time between first and last audio and packets to successfully pass through Call object's DeliverRtp method, timed with packet timestamps. > > BUG=webrtc:7882 > > Review-Url: https://codereview.webrtc.org/2957073002 > Cr-Commit-Position: refs/heads/master@{#18881} > Committed: https://chromium.googlesource.com/external/webrtc/+/746749237ab5e34bd6bfa9cc0da63fffce528901 TBR=stefan@webrtc.org,aleloi@webrtc.org,asapersson@webrtc.org,holmer@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7882 Review-Url: https://codereview.webrtc.org/2972613002 Cr-Commit-Position: refs/heads/master@{#18882}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.