commit | 5b661302097ba03e1055357556c35f6e5d37b550 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Fri Jan 28 13:08:34 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 28 15:18:36 2022 |
tree | ea5112206ccfd0c180421f7468f368fa48371106 | |
parent | 3001905072bfe0d10c0a9d2f960b928cf190b9b9 [diff] |
Refactor PeerConnectionInternal to break SdpOfferAnswer dependency This CL changes the SdpOfferAnswerHandler class to depend on a new class PerConnectionInternalMethods, which is implemented by PeerConnection. This means that SdpOfferAnswerHandler no longer depends on PeerConnectionInterface. This opens the way for refactoring PeerConnection so that PeerConnectionInternalMethods is a member object (encapsulation not inheritance), which will make it possible to break some of the dependency cycles that make the "peerconnection" target in the BUILD file so huge. Bug: webrtc:11995 Change-Id: Ib8413a31c0148b8d8602764b7367dfd3068da58a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249785 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35828}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.