initialize
Initializes the VideoSDK.
Typically called in your Application.onCreate() or main Activity.onCreate().
Code Example:
// In your Application class or Activity
VideoSDK.initialize(applicationContext)
Content copied to clipboard
Parameters
context
Application context. Must be the application context, not an activity context.