commit | 141aacbf0b2df237e3e509ead278b770a2a04ad7 | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Tue Aug 29 20:23:53 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 29 20:23:53 2017 |
tree | 475b33a1beb8dbcf40249adf08735eb6bf7402f2 | |
parent | 1dca9d513ada149c444a7316e16e91d53635ab5b [diff] |
Fix the Chromium crash when creating an answer without a remote description. Replacing the RTC_DCHECK with an if condition so that the method GetOptionsForAnswer won't crash when there is no remote description. WebRtcSessionDescriptionFactory will handle the null remote description. TBR=deadbeef@webrtc.org BUG=chromium:757830 Review-Url: https://codereview.webrtc.org/3006723002 Cr-Commit-Position: refs/heads/master@{#19589}
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.