henrike@webrtc.org | 28e2075 | 2013-07-10 00:45:36 +0000 | [diff] [blame] | 1 | This directory holds a Java implementation of the webrtc::PeerConnection API, as |
| 2 | well as the JNI glue C++ code that lets the Java implementation reuse the C++ |
| 3 | implementation of the same API. |
| 4 | |
perkj | 47b6263 | 2016-02-08 01:07:19 -0800 | [diff] [blame] | 5 | To build the Java API and related tests, build with OS=android in $GYP_DEFINES. |
henrike@webrtc.org | 28e2075 | 2013-07-10 00:45:36 +0000 | [diff] [blame] | 6 | |
| 7 | To use the Java API, start by looking at the public interface of |
| 8 | org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest. |
| 9 | |
| 10 | To understand the implementation of the API, see the native code in jni/. |