commit | 62995db2fc33c1ebca9788509fcfd3e22c223cb7 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Mon Jan 03 08:58:10 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 10 14:56:03 2022 |
tree | 14d9720377fd30d2f0f0d778c78733042fd17b95 | |
parent | 8d49d6f0e6dfd353776be1d2447e61d3a14d80a0 [diff] |
Change default sdp_semantics to kNotSpecified. In preparation for switching the default from kPlanB to kUnifiedPlan, which could cause subtle bugs for those not prepared for it, we change the default to kNotSpecified. The only purpose of kNotSpecified is to crash, forcing any dependencies to explicitly set their sdp_semantics value. Tests are updated to explicitly set sdp_semantics when necessary, and where the test does not care we update to kUnifiedPlan. If this change lands without getting reverted we can let it sit for a few weeks, after which we should change the default to kUnifiedPlan and delete kNotSpecified. Bug: webrtc:11121 Change-Id: I19b669b0735d78e269e19eaae86c2d7d95a91141 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/242968 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35651}
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.