blob: f36755611e8208b308d502800c7682d9086c8821 [file] [log] [blame]
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001This directory holds a Java implementation of the webrtc::PeerConnection API, as
2well as the JNI glue C++ code that lets the Java implementation reuse the C++
3implementation of the same API.
4
perkj47b62632016-02-08 01:07:19 -08005To build the Java API and related tests, build with OS=android in $GYP_DEFINES.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00006
7To use the Java API, start by looking at the public interface of
8org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
9
10To understand the implementation of the API, see the native code in jni/.