Package tvi.webrtc

Interface NativePeerConnectionFactory


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

    Modifier and Type
    Method
    Description
    long
    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.