commit | 404686a3377bc74456a8e369426f0b1e39bafad7 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Thu Feb 11 23:37:26 2016 +0100 |
committer | Peter Boström <pbos@webrtc.org> | Thu Feb 11 22:37:36 2016 +0000 |
tree | 7671192f246c533d0f4f3b32bed218ab7e9fcbfb | |
parent | 8fb355705211c60b7ea610eb0b69543dc5f7f8bf [diff] |
Use std::vector in the PayloadRouter interface. Prevents copying a vector to a list that gets copied back to a vector, which makes calling code a bit easier. BUG=webrtc:5494 R=danilchap@webrtc.org Review URL: https://codereview.webrtc.org/1686323003 . Cr-Commit-Position: refs/heads/master@{#11589}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.