commit | be5e208b3e10b8115ed5bc4096e8667256f1f194 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Wed Jan 24 23:29:17 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 25 01:04:06 2018 |
tree | 9c8fe0c8fee1791ae4cd648554f19d04dcfd820c | |
parent | 46d926a388d83cf09d30c235ff23bdfead142381 [diff] |
Add FakePeerConnectionBase This provides an intermediate class for defining default, null implementations of all the PeerConnectionInterface/ PeerConnectionInternal methods. Specific fake PeerConnections then can inherit from this and only override the methods pertaining to the scenarios it will be used in. Bug: webrtc:8764 Change-Id: I7614303b5673747244053b54b839e58aada43d10 Reviewed-on: https://webrtc-review.googlesource.com/43245 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21752}
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.