commit | 3c529893e008e8fa1bebfe0565215a4232933efe | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@microsoft.com> | Mon Dec 05 18:59:10 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 07 18:03:59 2022 |
tree | 10c22ce5d44b74178b75adcd08ba29c1ac86b4c9 | |
parent | 352f38c7a8590e94115a90401b6538be04271e0c [diff] |
sdp: ignore duplicate stream ids in msid parsing https://www.rfc-editor.org/rfc/rfc8830.html#section-3.2.2 says Check if a MediaStream with the same WebIDL "id" attribute already exists. If not, create it. Ignoring duplicates here satisfies this and brings the behavior closer to Firefox: https://github.com/w3c/webrtc-pc/issues/2803 Also make tests use a std::string for the sdp input string. BUG=webrtc:14745 Change-Id: Iccaabc08d865b779416f6ba4d2dfd5cff04133f0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286422 Commit-Queue: Philipp Hancke <phancke@microsoft.com> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38840}
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.