commit | 6c9c958c69f597fa4b826a119b2b476401804fa0 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Dec 13 16:26:57 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 16:28:44 2023 |
tree | 560213a54dd97c2d6099d1cdc8ebafed0dbd52bd | |
parent | 399a9768f2f69f1b249dcf0a7995d7439b48a245 [diff] |
Revert "Unify access to SDP codec parameters" This reverts commit 63d03f586bb668f72113b61030ec0930aa192010. Reason for revert: Breaks downstream project (not backwards compatible API change) Original change's description: > Unify access to SDP codec parameters > > which come from the a=fmtp:<pt> lines in the SDP and were used as either > std::map<std::string, std:string> > with three aliases, > cricket::CodecParameterMap > SdpAudioFormat::Parameters > SdpVideoFormat::Parameters > > Use webrtc::CodecParameterMap in all places. > > BUG=None > > Change-Id: If47692bde7347834c349c6539b43309d8770e67b > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/330420 > Reviewed-by: Florent Castelli <orphis@webrtc.org> > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Philipp Hancke <phancke@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#41375} Bug: None Change-Id: I841735d98533d3b66850b9cfcf7ee0a99ddde078 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331400 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Owners-Override: Mirko Bonadei <mbonadei@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41377}
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.