Package tvi.webrtc

Interface NativeLibraryLoader


public interface NativeLibraryLoader
Interface for loading native libraries. A custom loader can be passed to PeerConnectionFactory.initialize.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    load(String name)
    Loads a native library with the given name.
  • Method Details

    • load

      boolean load(String name)
      Loads a native library with the given name.
      Returns:
      True on success