commit | 553c869c58ef9c6b09da2e3835ce3adfcac8d540 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue May 05 13:35:45 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 08 07:24:39 2020 |
tree | 4cfc6e67a421b07c8668bfc2439b614148855bde | |
parent | 04e1bab1b324e08b8dec4bf617e2afb13b6bde3b [diff] |
Start consolidating management/querying of stats on the Call thread. Call is instantiated on what we traditionally call the 'worker thread' in PeerConnection terms. Call statistics are however gathered, processed and reported in a number of different ways, which results in a lot of locking, which is also unpredictable due to the those actions themselves contending with other parts of the system. Designating the worker thread as the general owner of the stats, helps us keeps things regular and avoids loading unrelated task queues/threads with reporting things like histograms or locking up due to a call to GetStats(). This is a reland of remaining changes from https://webrtc-review.googlesource.com/c/src/+/172847: This applies the changes from the above CL to the forked files and switches call.cc over to using the forked implementation. Bug: webrtc:11489 Change-Id: I93ad560500806ddd0e6df1448b1bcf5a1aae7583 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174000 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31186}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.