commit | 93a9d19d4eb53b3f4fb4d22e6c54f2e2824437eb | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Thu Aug 20 10:25:04 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 20 11:40:01 2020 |
tree | 763c42fb5eaefc0fcca5b52a03755319821a1563 | |
parent | 957318ceaf8b28a57d2ca653b80cab25a6eb513f [diff] |
p2p_transport_channel: Add estimated disconnected time to CandidatePairChangeEvent This patch adds a computed estimate on how long the ice stack was disconnected before switching to a new connection. The metric is currently computed as now - max(connection->last_data_recevied()) and has resonably good precision. Bug: webrtc:11862 Change-Id: I8950d55f0eadcf164de089cdb715b4f7eed0a4c3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182002 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31969}
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.