commit | a6bdb0990a659ff9e7c4374f5033a6bcc4fbfb21 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Fri Jun 24 21:04:01 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Fri Jun 24 21:04:11 2016 |
tree | 837261a886174db288e0b6cc038d2ae9d438159d | |
parent | 059e1834197df9ed8b8b232cc90b19927941119e [diff] |
Add virtual Initialize methods to PortAllocator and NetworkManager. This will allow PeerConnection to handle hopping to the right thread and doing thread-specific initialization for the PortAllocator. This eliminates a required thread-hop for whatever is passing the PortAllocator into CreatePeerConnection. BUG=617648 R=pthatcher@webrtc.org, skvlad@webrtc.org Review URL: https://codereview.webrtc.org/2097653002 . Cr-Commit-Position: refs/heads/master@{#13283}
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.