Reason for revert: Downstream projects being updated. For Chrome, relanding depends on cl https://codereview.chromium.org/2855783003/ Original issue's description: > Revert of Delete deprecated and transitional stuff related to video frame refactoring. (patchset #17 id:320001 of https://codereview.webrtc.org/2622263002/ ) > > Reason for revert: > Broke Chrome build, see, e.g., > http://build.chromium.org/p/chromium.webrtc.fyi/builders/Linux%20Builder/builds/16237 > > Original issue's description: > > Delete deprecated and transitional stuff related to video frame refactoring. > > > > BUG=webrtc:5880 > > > > Review-Url: https://codereview.webrtc.org/2622263002 > > Cr-Commit-Position: refs/heads/master@{#17928} > > Committed:713a3bbcc7> > TBR=mflodman@webrtc.org,perkj@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5880 > > Review-Url: https://codereview.webrtc.org/2845333002 > Cr-Commit-Position: refs/heads/master@{#17929} > Committed:aec49d2b49TBR=mflodman@webrtc.org,perkj@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:5880 Review-Url: https://codereview.webrtc.org/2852303002 Cr-Commit-Position: refs/heads/master@{#17974}
This directory holds a Java implementation of the webrtc::PeerConnection API, as
well as the JNI glue C++ code that lets the Java implementation reuse the C++
implementation of the same API.
To build the Java API and related tests, generate GN projects with:
--args='target_os="android"'
To use the Java API, start by looking at the public interface of
org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
To understand the implementation of the API, see the native code in jni/.