Package org.webrtc

Interface MediaTransportFactoryFactory


public interface MediaTransportFactoryFactory
Factory for creating webrtc::MediaTransportFactory instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Dynamically allocates a webrtc::MediaTransportFactory instance and returns a pointer to it.
  • Method Details

    • createNativeMediaTransportFactory

      long createNativeMediaTransportFactory()
      Dynamically allocates a webrtc::MediaTransportFactory instance and returns a pointer to it. The caller takes ownership of the object.