commit | 3edec7cf1b342e8b76fbf14ba25351f7338c0d42 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Sat Dec 10 19:44:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sat Dec 10 19:44:35 2016 |
tree | 8fa73782b16218f6f4f71ebcb3e8df28f500e9f1 | |
parent | d00ff0b0629ab59d0b97d9bef6a3e919dedf391f [diff] |
Adding error enum to be used by PeerConnectionInterface methods. 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}
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.