commit | 6b82554f6d3a3fa6944714329ba001e212db11bf | [log] [tgz] |
---|---|---|
author | Sameer Vijaykar <samvi@google.com> | Thu Jul 31 15:11:31 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 31 18:50:14 2025 |
tree | 74b321fc94084860cd131d54fd294369441e636e | |
parent | f7ecdbe669311fdf2211ef440ecb33943e7ed4c8 [diff] |
Ignore a no-op delta in RTCConfig.crypto_options. GetCryptoOptions() initializes configuration_.crypto_options to default options if found uninitialized. This causes future SetConfiguration to fail even with an unmodified RTCConfig due to a trivial and no-op difference in crypto_options. So ignore a no-op difference and proceed with SetConfiguration in such cases. Also added tests that exercise this case. Bug: webrtc:42235111 Change-Id: If8c7bc0bdd06710e453c1157fee09819b0248aad Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/402800 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Sameer Vijaykar <samvi@google.com> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45252}
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.