Package com.unblu.sdk.core.callback
Interface StartVideoCallExceptionCallback
- All Superinterfaces:
NotInitializedExceptionCallback
Callback for exceptions which can occur when starting an video call failed
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailedToStartVideoCall(StartVideoCallErrorType type, String details) Error while starting an video call.voidThe ui must be at least shown once after initialization, otherwise this error is thrown.Methods inherited from interface com.unblu.sdk.core.callback.NotInitializedExceptionCallback
onNotInitialized
-
Method Details
-
onFailedToStartVideoCall
Error while starting an video call. See error type for details- Parameters:
type- Type of the errordetails- Error message; Can be null
-
onUiWasNeverShown
void onUiWasNeverShown()The ui must be at least shown once after initialization, otherwise this error is thrown.
-