CallPresentationErrorCode

@objc(BDKCallPresentationErrorCode)
public enum CallPresentationErrorCode : Int

The possible error codes that occurs during the presentation of an instance of CallViewController.

  • An indication that the intent provided is not supported by the CallViewController.

    Declaration

    Swift

    case unsupportedIntentProvided
  • An indication that the CallViewController configuration is not set. Please set it by calling setConfiguration(:) on CallWindow instance.

    Declaration

    Swift

    case missingCallViewControllerConfiguration
  • An indication that there is not an ongoing call needed to open the Downloads view.

    Declaration

    Swift

    case openDownloadsViewWithoutAnOngoingCall
  • An indication that there is another call ongoing.

    Declaration

    Swift

    case anotherCallOnGoing
  • An indication that the call is already closed.

    Declaration

    Swift

    case missingCall