In PacketBuffer use helper to find packet slot in the buffer This is a preparation for using unwrapped int64_t instead of wrapped uint16_t RTP sequence number in PacketBuffer. Using modular works when sequence number is unsigned but produces incorrect result when signed sequence number happens to be negative. Bug: chromium:537233963 Change-Id: I515cb7441d052a2823eee4891bb4e17b254d602f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/491920 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48231}
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.