public interface UnbluCallModuleApi
| Modifier and Type | Method and Description |
|---|---|
void |
isCallActive(IUnbluApiSuccessCallback<java.lang.Boolean> success,
IUnbluApiNotInitializedExceptionCallback failure)
Returns if there is currently a call or not.
|
void isCallActive(@NonNull
IUnbluApiSuccessCallback<java.lang.Boolean> success,
@Nullable
IUnbluApiNotInitializedExceptionCallback failure)
success - Called with the state of a callfailure - Called if the api was not initialized first