ApplyVirtualBackgroundError

public enum ApplyVirtualBackgroundError : String

Result of trying to apply a Phone.VirtualBackground

  • An internal error occurred

    Declaration

    Swift

    case internalError
  • success

    Declaration

    Swift

    case noError
  • VirtualBackground not found

    Declaration

    Swift

    case notFound