Interface StartVideoCallExceptionCallback

    • Method Detail

      • onFailedToStartVideoCall

        void onFailedToStartVideoCall​(@NonNull
                                      StartVideoCallErrorType type,
                                      @Nullable
                                      java.lang.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.