commit | 440216fcf38522f52c82d2cc4f7c46b0e98fc521 | [log] [tgz] |
---|---|---|
author | Bjorn Terelius <terelius@webrtc.org> | Fri Sep 29 19:01:42 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 02 08:44:20 2017 |
tree | 83648735c1436db1bd3df97fa25c1dc2eefc2fd8 | |
parent | 5117b047875970cf61f2403b590c44c37bfa8272 [diff] |
Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets. Change LogIncomingRtcpPacket and LogOutgoingRtcpPacket to take ArrayView<uint8_t>. Split LogSessionAndReadBack into three functions and create class to share state between them. Split VerifyRtpEvent into one incoming and one outgoing version. Originally uploaded as https://codereview.webrtc.org/2997973002/ Bug: webrtc:8111 Change-Id: I22bdc35163bef60bc8293679226b19e41e8f49b3 Reviewed-on: https://webrtc-review.googlesource.com/5020 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Elad Alon <eladalon@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20063}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.