commit | 380789761c4b919bdbaeb975e922d3333ec58099 | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@webrtc.org> | Mon Sep 24 17:10:40 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 24 18:26:10 2018 |
tree | 42c9adf9c26eef0e0b8f1fc939fcc49cd63c9546 | |
parent | 60d629f3fc61feec85ed3a1a98fcdc5b81c0773e [diff] |
Add dummy implementation for SetCodecPReferences. The proper signature of the function should return an RTCError, but due to all the classes in external projects implementing it with this signature, we need a many steps process to update this. - Add an implementation for the pure virtual method - Update projects not to override it - Update the function signature - Update projects to override it with the right signature - Remove the dummy implementation from the interface Bug: webrtc:9777 Change-Id: Idf99216792b4ad13339e4e8be6f7b735bb6b64e7 Reviewed-on: https://webrtc-review.googlesource.com/101564 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24807}
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.