Note that the use of boolean flags in gflags is a bit unnatural. For setting a boolean flag to false: putting "no" in front of its name (see http://gflags.github.io/gflags/) We make this clearer by defaulting boolean flags to false, and clarifying it in the description. BUG= R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/53539004 Cr-Commit-Position: refs/heads/master@{#9293}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.