initializeSDK

open fun initializeSDK(context: Context): Boolean

Creates MeetingSDK singleton and loads native libraries.This must be called before any other SDK methods.

Return

true if initialization succeeded, false if failed. Application will not be able to use MeetingSDK if this call fails.

Parameters

context

Context which will be used to initialize MeetingSDK singleton and determine lifecycle. Implementation should use activity context.