Package org.webrtc

Class WebRtcClassLoader

java.lang.Object
org.webrtc.WebRtcClassLoader

class WebRtcClassLoader extends Object
This class provides a ClassLoader that is capable of loading WebRTC Java classes regardless of what thread it's called from. Such a ClassLoader is needed for the few cases where the JNI mechanism is unable to automatically determine the appropriate ClassLoader instance.
  • Constructor Details

    • WebRtcClassLoader

      WebRtcClassLoader()
  • Method Details

    • getClassLoader

      static Object getClassLoader()