commit | 98cde26c7875497273f6bdde4b4dcb3e719386f2 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Tue May 31 20:02:21 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Tue May 31 20:02:30 2016 |
tree | 8609f8aba2495cfcc230f6c68aeba3802251154f | |
parent | 521f7a8db7dc4125e2eda72801188a1be2dce436 [diff] |
Use scoped_refptr for On(Add|Remove)Stream and OnDataChannel. This will make it much less likely for application developers to not realize the object is reference counted. It also fixes a bug in the Java PeerConnection binding, by allowing a reference to be transferred in the OnRemoveStream call via std::move. BUG=webrtc:5128 R=pthatcher@webrtc.org, tkchin@webrtc.org Review URL: https://codereview.webrtc.org/1972793003 . Cr-Commit-Position: refs/heads/master@{#12976}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.