public interface IUnbluApiStartVideoCallExceptionCallback extends IUnbluApiConversationExceptionCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailedToStartVideoCall(UnbluStartVideoCallErrorType type,
java.lang.String details)
Error while starting an video call.
|
onUiWasNeverShown
onNotInitialized
void onFailedToStartVideoCall(@NonNull UnbluStartVideoCallErrorType type, @Nullable java.lang.String details)
type
- Type of the errordetails
- Error message; Can be null