commit | c596dd5eb660b3a3263d9fafb0d21c11cce08d96 | [log] [tgz] |
---|---|---|
author | Qiu Jianlin <jianlin.qiu@intel.com> | Mon Dec 02 05:08:53 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 02 09:41:56 2024 |
tree | 4d5d7c9b32d37d60854e5d7bd59f6686029afd59 | |
parent | 230e5a211cca3abc2b83fc69b3c70cf8bd01f35c [diff] |
Fix setCodecPreference issue with asymmetrical send/recv level For an offer in sendrecv direction, if for example it can send H.265 level 5.2 while receiving 6.0, setCodecPreferences on offerer's transceiver will currently remove H.265 from the offer SDP, since currently we do a precise level match on send_recv_codecs with the codecs from setCodecPreferences. Update the matching logic to ignore the level when matching. Bug: chromium:41480904 Change-Id: Id0f89cbf117ce62249a99257dcce18b35f407cb9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369960 Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43477}
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.