commit | 6c96314b42e872abbba3884904a4fdc3dfa8955d | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Tue May 24 20:46:31 2016 +0200 |
committer | Henrik Boström <hbos@webrtc.org> | Tue May 24 18:46:42 2016 +0000 |
tree | ac9c79c76cfe4d404399169b614f7947a1ac2786 | |
parent | 09c60da70439c2dfd50c0aa377594d371d8be9b0 [diff] |
RTCCertificateGeneratorInterface and RTCCertificateGeneratorStoreWrapper added. This CL adds these classes but does not change any functonality or interface yet. This is in preparation for future CLs. To be used for this: https://codereview.webrtc.org/2000163002/ RTCCertificateGenerator is meant to replace DtlsIdentityStoreInterface and implementations. In order to continue to support mocking and to help with the transition, RTCCertificateGenerator gets an interface that it implements (just like the store has both interface and impl). PeerConnectionFactoryInterface::CreatePeerConnection will take an RTCCertificateGeneratorInterface instead of DtlsIdentityStoreInterface. As to not break Chromium, both versions of CreatePeerConnection need to exist for a transition period. This will be done by wrapping a store into a generator wrapper - RTCCertificateGeneratorStoreWrapper. BUG=webrtc:5707, webrtc:5708 R=hta@webrtc.org, tommi@chromium.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/2001103002 . Cr-Commit-Position: refs/heads/master@{#12879}
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.