UnbluCallModuleProvider

public class UnbluCallModuleProvider

Entry point to use the call functionality of Unblu to do audio and video calls. This module has to be registered via UnbluApiConfiguration.register(module: UnbluCallModuleProvider.module). To use the api of the UnbluCallModule in the application, use UnbluCallModuleProvider.api.

  • api

    The api instance which can be used in the app to interact with the call module

    Declaration

    Swift

    public static let api: UnbluCallModuleApi
  • The actual module which has to be registered in the UnbluApiConfiguration via the register(module) function.

    Declaration

    Swift

    public static let module: UnbluModule