Package com.unblu.sdk.module.call
Class CallModuleProvider
java.lang.Object
com.unblu.sdk.module.call.CallModuleProvider
Entry point to use the call functionality of Unblu to make audio and video calls with Vonage.
 The class is used to create a 
CallModule instance for Vonage and register it on the client configuration.
 The returned API must be registered using UnbluClientConfiguration.Builder.registerModule(UnbluModule) to enable its functionality.
 If you're using LiveKit as your call service provider, use  LiveKitModuleProvider instead.- 
Method SummaryModifier and TypeMethodDescriptionstatic CallModulecreate()Creates and returns a new instance ofCallModuleto make audio and video calls with Vonage.static UnbluProviderCreates and returns a new instance ofUnbluProviderto make audio and video calls with Vonage.
- 
Method Details- 
createCreates and returns a new instance ofCallModuleto make audio and video calls with Vonage.- Returns:
- A CallModuleinstance to use with Vonage
 
- 
createForDynamicCreates and returns a new instance ofUnbluProviderto make audio and video calls with Vonage.This method is primarily intended for testing purposes. It allows you to switch between call service providers, provided you have multiple call service providers configured on the Collaboration Server. In most cases, you should use create().- Returns:
- An UnbluProviderinstance to use with Vonage
 
 
-