commit | 4e93329839463c51d1957682ff47f09773ec9eee | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Wed Oct 31 14:36:05 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 01 09:35:07 2018 |
tree | 62efba443f05a77f832be6ee67dbc27ec0790609 | |
parent | dd20c9c1e3f681f6c33d1879c76f588bd4b095bd [diff] |
Properly setup MockPeerConnectionObserver in tests (continued). This CL prevents dereferencing potentially null pointer by setting the pointer in client code. We can now safely call PeerConnection::Close(), which happens to trigger OnIceConnectionChange() on the observer. This is a followup to: https://webrtc-review.googlesource.com/c/src/+/107706 Bug: webrtc:9855 Change-Id: Ieebf8415f0a12fe87d8cd80d1eb06797926005df Reviewed-on: https://webrtc-review.googlesource.com/c/108785 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Yves Gerey <yvesg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25462}
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.