commit | 3b96f2c770df7691df90c2cc1be40509a76ae425 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Wed Jan 18 13:06:19 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 18 13:42:09 2023 |
tree | 3a3829278eef50aaa0a0b519c0437d558fdfa3de | |
parent | bdf30c871ff25991c72ea81a573cc3d45de7e757 [diff] |
Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp PacketReceiver::DeliverRtp requires delivered packets to have extensions already mapped. Therefore DirectTransport is provided with the extension mapping. CallTests and tests derived from CallTest create transports in different ways, this cl change CallTest to create tests in only one way to simplify how extensions are provided to the transport but at the same time still allows different network behaviour. Change-Id: Ie8b3ad947c170be61e62c02dadf4adedbb3841f1 Bug: webrtc:7135, webrtc:14795 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290980 Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39137}
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.