commit | 7750de906ad7f59524d3669846c64057e9c63050 | [log] [tgz] |
---|---|---|
author | Bjorn Terelius <terelius@webrtc.org> | Thu Jun 28 16:48:35 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 28 15:31:23 2018 +0000 |
tree | cc7ab18e0c94e7227aab47353a382d1128e70a4c | |
parent | 0601d68ac85e201d7bf377373daf249c07a7ab74 [diff] |
Port RtcEventLog encoder unittests to the new parser API. The Copy() function previously did not copy the logging timestamp. To be able to use Copy() in this test, we add private copy constructors for RtcEvents which the Copy() can use to copy everything including the timestamp. Also adds missing test for RtcEventAlrState, RtcEventIceCandidatePairConfig and RtcEventIceCandidatePair. Bug: webrtc:8111 Change-Id: I3901231735baa4e671173c921eada0a4be6de7c9 Reviewed-on: https://webrtc-review.googlesource.com/86042 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23774}
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.
Authoritative list of directories that contain the native API header files.