commit | 551d11546ea083415ae204090a976c11826fc32b | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Fri Apr 20 12:57:27 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 20 11:35:43 2018 +0000 |
tree | f7961ab11faff474cc12a134cdc810cc4913b8c8 | |
parent | 8f659a0bb42bfe32873d3b089cdba58f570e18a4 [diff] |
Android: Fix PeerConnectionFactory init order in AppRTCMobile PeerConnectionFactory.initialize() should be the first call before any other call to the Android WebRTC API. The reason this is important is mainly because PeerConnectionFactory.initialize() loads the native C++ code, so all other WebRTC calls that rely on native calls will fail before this has been done. Bug: webrtc:7474, webrtc:9153 Change-Id: Id0cb78eaf18ea036f39d616d00ac6e32696266bb Reviewed-on: https://webrtc-review.googlesource.com/70428 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22954}
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.