UnbluCallModuleProvider
public struct UnbluCallModuleProvider
Entry point to use the call functionality of Unblu to do audio and video calls.
This module has to be registered via UnbluClientConfiguration.register(module: ...)
.
To use the UnbluCallModuleApi
in the application, use UnbluCallModuleProvider.create()
.
-
Creates an instance of
UnbluCallModuleApi
to be registered with theUnbluCoreSDK
Declaration
Swift
public static func create() -> UnbluCallModuleApi