Android: Allow injecting native PeerConnection.
This allows application to construct PeerConnection object in JNI and pass that to Android API. API for wrapping Java PeerConnection Observers is exposed for convenience. Bug: webrtc:8662 Change-Id: Id110b92e6bb5ab00661cd50616d05c3e18a1697d Reviewed-on: https://webrtc-review.googlesource.com/34520 Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21379}
This commit is contained in:
committed by
Commit Bot
parent
afd8e8c304
commit
1ece1edddc
@ -587,6 +587,7 @@ rtc_android_library("libjingle_peerconnection_java") {
|
||||
"api/org/webrtc/MediaStream.java",
|
||||
"api/org/webrtc/MediaStreamTrack.java",
|
||||
"api/org/webrtc/NativeLibraryLoader.java",
|
||||
"api/org/webrtc/NativePeerConnectionFactory.java",
|
||||
"api/org/webrtc/NetworkMonitor.java",
|
||||
"api/org/webrtc/NetworkMonitorAutoDetect.java",
|
||||
"api/org/webrtc/PeerConnection.java",
|
||||
@ -606,8 +607,8 @@ rtc_android_library("libjingle_peerconnection_java") {
|
||||
"api/org/webrtc/SoftwareVideoEncoderFactory.java",
|
||||
"api/org/webrtc/StatsObserver.java",
|
||||
"api/org/webrtc/StatsReport.java",
|
||||
"api/org/webrtc/SurfaceTextureHelper.java",
|
||||
"api/org/webrtc/SurfaceEglRenderer.java",
|
||||
"api/org/webrtc/SurfaceTextureHelper.java",
|
||||
"api/org/webrtc/SurfaceViewRenderer.java",
|
||||
"api/org/webrtc/TurnCustomizer.java",
|
||||
"api/org/webrtc/VideoCapturer.java",
|
||||
|
||||
Reference in New Issue
Block a user