commit | fc5d627cef71f906e921476c2e6b1e01d07732fe | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@webrtc.org> | Tue Jan 17 17:08:26 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 19 11:27:34 2023 |
tree | 1f0a930cd2d42824a00b6a6f4822267c71972906 | |
parent | 949e356456efa679fa5d1c9a3d4ff4223a01a730 [diff] |
Reland "Ensure RTCRtpSenders are always created with one encoding" This is a reland of commit b8023690d9f0e150cfe698cd68b477903ac66178 Original change's description: > Ensure RTCRtpSenders are always created with one encoding > > It is possible to have AddTransceiver calls with an empty array > of encodings or AddTrack calls. In both cases, before negotiation, > the sender's encodings array would be empty and it was not possible > to update any value. > > Now, a default entry should be created in those cases, allowing to > update the configuration before negotiation. > > Bug: webrtc:10567 > Change-Id: I1271e2965e1a97c1e472451e0ab8867fc24f6c2b > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290994 > Auto-Submit: Florent Castelli <orphis@webrtc.org> > Reviewed-by: Henrik Boström <hbos@webrtc.org> > Commit-Queue: Florent Castelli <orphis@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#39126} Bug: webrtc:10567 Change-Id: I2d52fa5b1d7cfdc9dce279fcf9faf1e0129c9008 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291140 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39145}
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.