commit | de17252e8e697172023262e0000c2c615968428e | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@microsoft.com> | Thu Dec 14 08:45:39 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 03 12:03:11 2024 |
tree | 96681fe42d0beaa8b9ef638d00cef9b66863d63c | |
parent | 7121680f38c53e781c8bdbeba116c85cb6a09111 [diff] |
Reland "Unify access to SDP codec parameters" This is a reland of commit 63d03f586bb668f72113b61030ec0930aa192010 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: I5f8f45688df232eb37b12fa3e56a893a1c754e17 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331402 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Commit-Queue: Philipp Hancke <phancke@microsoft.com> Cr-Commit-Position: refs/heads/main@{#41467}
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.