Package com.unblu.sdk.core.callback
Interface StartAudioCallExceptionCallback
- All Superinterfaces:
- NotInitializedExceptionCallback
Callback for exceptions which can occur when starting an audio call failed
- 
Method SummaryModifier and TypeMethodDescriptionvoidonFailedToStartAudioCall(StartAudioCallErrorType type, String details) Error while starting an audio 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.NotInitializedExceptionCallbackonNotInitialized
- 
Method Details- 
onFailedToStartAudioCallError while starting an audio call. See error type for details- Parameters:
- type- Type of the error
- details- Error message; Can be null
 
- 
onUiWasNeverShownvoid onUiWasNeverShown()The ui must be at least shown once after initialization, otherwise this error is thrown.
 
-