commit | e357a4dd4e3b015f8281813f246de793589bd537 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Thu Jan 11 12:47:59 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 11 14:23:11 2018 |
tree | 5fa2e28a509ea32791735b2382f81b58618e7edf | |
parent | 6ad9f26975c6e349f3b7f69cd58faa40a4feac10 [diff] |
Move stats ID generation from SSRC to local ID This generates stats IDs for Track stats (which represents stats on the attachment of a track to a PeerConnection) from being SSRC-based to being based on an ID that is allocated when connecting the track to the PC. This is a prerequisite to generating stats before the PeerConnection is connected. Bug: webrtc:8673 Change-Id: I82f6e521646b0c92b3af4dffb2cdee75e6dc10d4 Reviewed-on: https://webrtc-review.googlesource.com/38360 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21582}
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.
Authoritative list of directories that contain the native API header files.