commit | 6aefc6307d3ab174dbc2356319a67197d391200a | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Thu May 26 23:08:23 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Thu May 26 23:08:31 2016 |
tree | ca76fca67c0d73932be4db8f63cced5b4a850992 | |
parent | 8c9be5e490903ef00c8acf60cfdc11b80f3c621a [diff] |
Move the ICE state transition ASSERTS to a lower level. They don't really belong in PeerConnection because the state at that level can change when a transport channel is removed. That makes almost any state transition possible. The asserts are now in P2PTransportChannel (the equivalent to IceTransport in the spec). Currently it has a reduced set of states, that don't even take into account writability, but I plan to change that soon. BUG=webrtc:4757 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/2005573002 . Cr-Commit-Position: refs/heads/master@{#12937}
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.