commit | a9d514136748df0083fbd67c8f96fb3e75b9d5b1 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@microsoft.com> | Mon Jul 31 11:27:37 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 01 08:55:02 2023 |
tree | febbd0f1889fc48a077f4ad593cc4e70eef0c350 | |
parent | 787e326c180c4b2704c7ede99fa335b4fe4a5e83 [diff] |
Rename cricket::RtpParameters and derived classes Renames cricket::RtpParameters to cricket::MediaChannelParameters in order to distinguish it better from webrtc::RtpParameters. This involves renaming RtpSendParameters -> SenderParameters AudioSendParameters -> AudioSenderParameters AudioRecvParameters -> AudioReceiverParameters VideoSendParameters -> VideoSenderParameters VideoRecvParameters -> VideoReceiverParameters BUG=webrtc:13931 Change-Id: I664595ee3863418c0c6ca092ca77127be0f9498f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/314360 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@{#40497}
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.