Package tvi.webrtc

Interface NativePeerConnectionFactory


  • public interface NativePeerConnectionFactory
    Factory for creating webrtc::jni::OwnedPeerConnection instances.
    • Method Detail

      • createNativePeerConnection

        long createNativePeerConnection()
        Create a new webrtc::jni::OwnedPeerConnection instance and returns a pointer to it. The caller takes ownership of the object.