Interface StartVideoCallExceptionCallback

All Superinterfaces:
NotInitializedExceptionCallback

public interface StartVideoCallExceptionCallback extends NotInitializedExceptionCallback
Callback for exceptions which can occur when starting an video call failed
  • Method Details

    • onFailedToStartVideoCall

      void onFailedToStartVideoCall(@NonNull StartVideoCallErrorType type, @Nullable String details)
      Error while starting an video call. See error type for details
      Parameters:
      type - Type of the error
      details - Error message; Can be null
    • onUiWasNeverShown

      void onUiWasNeverShown()
      The ui must be at least shown once after initialization, otherwise this error is thrown.