The enum is at about the same level of detail as DOMExceptions, and I looked through the spec making sure that chromium will be able to perform the DOMException mapping for each one. The new enum is called RtcError and is outside the PeerConnectionInterface scope, because we may want to use this for things not associated with a PeerConnection in the future. This CL doesn't yet use the error enum anywhere; that will probably happen in follow-up CLs for the individual methods. BUG=webrtc:6855 Review-Url: https://codereview.webrtc.org/2564683002 Cr-Commit-Position: refs/heads/master@{#15526}
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.