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:Default implementationfailure: ) Returns if there is currently a call or not
Default Implementation
Declaration
Swift
func isCallActive(success: @escaping ((Bool) -> Void), failure: ((UnbluApiNotInitializedError) -> Void)?)Parameters
successCalled with the state of a call
failureCalled if the api was not initialized first
UnbluCallModuleApi Protocol Reference