NativeLibraryLoader

Interface for loading native libraries. A custom loader can be passed to PeerConnectionFactory.initialize.

Functions

Link copied to clipboard
abstract fun load(name: String): Boolean
Loads a native library with the given name.