Reason for revert: I was too quick to judge, this CL does not cause the problem. Original issue's description: > Revert of Android GlDrawer: Add frame size as argument to draw functions (patchset #2 id:20001 of https://codereview.webrtc.org/1948473002/ ) > > Reason for revert: > Causes errors on Google3 import. > > Original issue's description: > > Android GlDrawer: Add frame size as argument to draw functions > > > > BUG=b/28544933 > > > > Committed: https://crrev.com/71af75dc3ca8516017dca9de2ebe582145ecad14 > > Cr-Commit-Position: refs/heads/master@{#12623} > > TBR=glaznev@webrtc.org,magjed@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=b/28544933 > > Committed: https://crrev.com/172683173dd84a72659ad494962245445eb2a353 > Cr-Commit-Position: refs/heads/master@{#12627} TBR=glaznev@webrtc.org,magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=b/28544933 Review-Url: https://codereview.webrtc.org/1947073002 Cr-Commit-Position: refs/heads/master@{#12628}
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, build with OS=android in $GYP_DEFINES.
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/.