Package com.telnyx.webrtc.lib
Class ContextUtils
java.lang.Object
com.telnyx.webrtc.lib.ContextUtils
Class for storing the application context and retrieving it in a static context. Similar to
org.chromium.base.ContextUtils.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Context
Deprecated.crbug.com/webrtc/8937static void
initialize
(Context applicationContext) Stores the application context that will be returned by getApplicationContext.
-
Constructor Details
-
ContextUtils
public ContextUtils()
-
-
Method Details
-
initialize
Stores the application context that will be returned by getApplicationContext. This is called by PeerConnectionFactory.initialize. The application context must be set before creating a PeerConnectionFactory and must not be modified while it is alive. -
getApplicationContext
Deprecated.crbug.com/webrtc/8937Returns the stored application context.
-