commit | d1f970dc435ab0ccf76f6d374d123e8cabcf3572 | [log] [tgz] |
---|---|---|
author | Ivo Creusen <ivoc@webrtc.org> | Thu Jun 14 09:02:03 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 14 09:51:41 2018 |
tree | 38217de27760e03a610a88db5d56e5734c759031 | |
parent | 4e952a3f44e96cb36148cbe8c1796e277742f95c [diff] |
Change echo detector to scoped_refptr The echo detector is currently stored as a unique_ptr, but when injecting an echo detector, a scoped_refptr makes more sense since the ownership will be shared. Bug: webrtc:8732 Change-Id: I2180014acb84f1cd5c361864a444b7b6574520f5 Reviewed-on: https://webrtc-review.googlesource.com/83325 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23610}
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.