commit | dee9191fdfdb3afd38c35d8d1185dc16d497f9c9 | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Sun Jan 28 22:40:54 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jan 29 19:26:09 2018 +0000 |
tree | 82cf22c9d8a597c72cef8f7817916250a246ff7a | |
parent | ca913b05498bf0ba1cd4318d968069a629858714 [diff] |
Use rtc::ToString instead of std::to_string Use rtc::ToString instead of std::to_string. std::to_string isn't usable in some versions of the Android NDK. Most of the webrtc code (except test code) is using rtc::ToString(). This is the only instance that is using std::to_string() Bug: None Change-Id: Id8e234c3e48269dd115c6dc50867121f52cdc508 Reviewed-on: https://webrtc-review.googlesource.com/45560 Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Jiawei Ou <ouj@fb.com> Cr-Commit-Position: refs/heads/master@{#21792}
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.