commit | 9434240f7e08b34567b1ac49ced329f7d5ebfdfa | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@webrtc.org> | Fri Oct 20 12:54:04 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 20 11:55:03 2017 +0000 |
tree | f34fb0b546427a1ad461107e483afa5c85fa6093 | |
parent | 36636a2d6cb3eb7fc39618735bf9ce983fd064b1 [diff] |
Fix a crash in AppRTCMobile when videoCodec is set to null. peerConnectionParameters.videoCodec can be null in some cases. Previously, this would cause a crash in AppRTCMobile. Bug: b/67938523 Change-Id: I30ebf0f91fad23a3cf34946736b9f4e6c266277f Reviewed-on: https://webrtc-review.googlesource.com/14200 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20372}
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.