commit | e68cb78ee72bb61efa50d03f304e1da159f23be5 | [log] [tgz] |
---|---|---|
author | Shigemasa Watanabe <shigemasa7watanabe@gmail.com> | Wed Oct 02 11:15:23 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 12:23:45 2024 |
tree | ef6437b294681a15fce7789cc73766c6e15b8eaa | |
parent | d259a754a8ed78ce68313eafaed93c6eaff2ec2a [diff] |
Include pt= in the answer if the simulcast recv offer has pt= in rid. When the following offer is received, a=rtpmap:96 VP8/90000 ... a=rtpmap:97 VP9/90000 ... a=rid:r0 recv pt=96 a=rid:r1 recv pt=97 generate the following answer: a=rtpmap:96 VP8/90000 ... a=rtpmap:97 VP9/90000 ... a=rid:r0 send pt=96 a=rid:r1 send pt=97 Bug: webrtc:362277533 Change-Id: Ibd256d38acb0e2d95ce24e092d27499230d08b13 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362880 Reviewed-by: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43141}
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.