commit | d07061c9f3ac5b0514ba02376d5a3ef471d2638b | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Thu Apr 20 13:19:00 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 20 20:19:00 2017 +0000 |
tree | b2c42ef446d6cd987b71e1853fdf8efc8260552f | |
parent | 492c09fe59064c5d49f9110ed9c638a5f8a016b4 [diff] |
Add comments about PeerConnection::Close and PeerConnectionObserver. Documenting that the observer can safely be destroyed after Close has been called, because it ensures no more callbacks will be invoked. Just like in JavaScript land, where no more events will be fired after "close" is called. This is already covered by unit tests. BUG=webrtc:7491 NOTRY=True TBR=pthatcher@webrtc.org Review-Url: https://codereview.webrtc.org/2834543005 Cr-Commit-Position: refs/heads/master@{#17798}
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.