Package com.telnyx.webrtc.lib
Interface NetEqFactoryFactory
public interface NetEqFactoryFactory
Implementations of this interface can create a native
webrtc::NetEqFactory.-
Method Summary
Modifier and TypeMethodDescriptionlongReturns a pointer to awebrtc::NetEqFactory.
-
Method Details
-
createNativeNetEqFactory
long createNativeNetEqFactory()Returns a pointer to awebrtc::NetEqFactory. The caller takes ownership.
-