UnbluCallModuleApi
public protocol UnbluCallModuleApi : UnbluModule
Describes the functionality available within the UnbluCallModule
-
The delegate for call module related events
Declaration
Swift
var delegate: UnbluCallModuleDelegate? { get set }
-
Returns if there is currently a call or not
Declaration
Swift
func isCallActive(success: @escaping ((Bool) -> Void), failure: ((UnbluClientNotInitializedError) -> Void)?)
Parameters
success
Called with the state of a call
failure
Called if the api was not initialized first