commit | a722d2ac1efb50cc0a84d8cb1809d76ef6a3fc1d | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Tue Jan 19 08:00:18 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 19 11:53:50 2021 |
tree | 3c8e3600a35a27bf8162f4c81d94642b66d4ef0e | |
parent | 6cdb67fb33ed6fcda5f1354b64458d82ccfc8fb2 [diff] |
Add DeliverPacketAsync method to PacketReceiver. This change includes a basic first implementation of the method in Call. The implementation assumes being called on the network thread and simply posts to the worker thread which is what currently happens inside the BaseChannel class (but I'm that moving out of there). Bug: webrtc:11993 Change-Id: Id94934808f655071ea9dc87ab20d2a4d8ca7e61e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/202255 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33033}
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.