commit | 9572b2fa5850da6d319b9efb5ee36290e2895f7f | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Mon Dec 16 18:13:11 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 18 17:17:26 2024 |
tree | e420930cd1c64a88438d771c062adade3832d62f | |
parent | 7976b77345ee91b44c06850ddee17cd71a681493 [diff] |
srtp: spanify Protect + Unprotect Makes SrtpSession and SrtpTransport use rtc::CopyOnWriteBuffer for the Protect and Unprotect operations instead of passing around void pointers. Also updates the unit tests to use CopyOnWriteBuffer instead of char arrays with a fixed length. BUG=webrtc:357776213 No-Iwyu: missing include is a private libsrtp header Change-Id: I02a22ceb4e183e93c4ebd8c0a9c931404e0e32f3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358442 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#43601}
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.