commit | dffead8835d18ef5c76ba90631ebdc26a8ca4644 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Feb 06 10:31:29 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 06 19:19:54 2018 +0000 |
tree | 81e1f4b8f3eac54767b3fed3165b02c8a4516f78 | |
parent | 2870b0a57e68be61331ba9b8b38e762d41a242ba [diff] |
Fail CreateAnswer if signaling state is not correct This changes CreateAnswer to become compliant with the WebRTC 1.0 specification which details that createAnswer should fail if the PeerConnection is in a state other than 'have-remote-offer' or 'have-local-pranswer'. Bug: webrtc:8813 Change-Id: I7ca41bdebda1ea163aec8815267c1bbfd7d6d11e Reviewed-on: https://webrtc-review.googlesource.com/47581 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21923}
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.