UnbluCallModuleApi

public protocol UnbluCallModuleApi

This is the api for the call module. This is only usable if the corresponding module got registered in the used configuration.

  • isCallActive(success:failure:) Default implementation

    Returns if there is currently a call or not

    Default Implementation

    Declaration

    Swift

    func isCallActive(success: @escaping ((Bool) -> Void), failure: ((UnbluApiNotInitializedError) -> Void)?)

    Parameters

    success

    Called with the state of a call

    failure

    Called if the api was not initialized first