Package tvi.webrtc
Interface NativePeerConnectionFactory
public interface NativePeerConnectionFactory
Factory for creating webrtc::jni::OwnedPeerConnection instances.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Create a new webrtc::jni::OwnedPeerConnection instance and returns a pointer to it.
-
Method Details
-
createNativePeerConnection
long createNativePeerConnection()Create a new webrtc::jni::OwnedPeerConnection instance and returns a pointer to it. The caller takes ownership of the object.
-