blob: c5aba93e2ff4392b3503e367cbe69430aa511685 [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
Henrik Kjellanderb4af3d62016-11-16 20:11:29 +01005To build the Java API and related tests, generate GN projects with:
6--args='target_os="android"'
henrike@webrtc.org28e20752013-07-10 00:45:36 +00007
8To use the Java API, start by looking at the public interface of
9org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
10
11To understand the implementation of the API, see the native code in jni/.