Add DEFINE_JNI() to WebRTC open source We have added some new features to JNI Zero that requires all C++ implementation files to have a macro call DEFINE_JNI(JavaClassName) at the end of the file, where JavaClassName is the name of the Java class whose generated JNI Zero header file is included in the C++ file. This CL adds this macro call to the end of all C++ files. Bug: chromium:481689330 Change-Id: I50abcdc0f1fe8cba20377b07577e8821d8cf9221 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/489720 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Martin Kong <martinkong@google.com> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48212}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.