Package com.unblu.sdk.module.call
Class CallModuleProvider
- java.lang.Object
-
- com.unblu.sdk.module.call.CallModuleProvider
-
public class CallModuleProvider extends java.lang.Object
Entry point to use the call functionality of Unblu to do audio and video calls. The returned API has to be registered via [UnbluClientConfiguration.Builder.registerModule] to enable its functionality. To use the API of the [CallModule] in the application.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CallModule
create()
static UnbluProvider
createForDynamic()
-
-
-
Method Detail
-
create
public static CallModule create()
-
createForDynamic
public static UnbluProvider createForDynamic()
-
-