<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCallRecordType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCallRecordType"
  },
  "title" : "INCallRecordType"
}
-->

# INCallRecordType

Constants describing the type of the call.

```
enum INCallRecordType
```

## Topics

### Constants

[`INCallRecordTypeUnknown`](/documentation/Intents/INCallRecordType/unknown)

An unknown type of call.

[`INCallRecordTypeOutgoing`](/documentation/Intents/INCallRecordType/outgoing)

A call initiated by the current user.

[`INCallRecordTypeMissed`](/documentation/Intents/INCallRecordType/missed)

A received call that the user did not answer.

[`INCallRecordTypeReceived`](/documentation/Intents/INCallRecordType/received)

A received call that the user answered.

[`INCallRecordTypeLatest`](/documentation/Intents/INCallRecordType/latest)

The most recent call involving the user.

[`INCallRecordTypeVoicemail`](/documentation/Intents/INCallRecordType/voicemail)

A voicemail left from a missed call.

[`INCallRecordTypeInProgress`](/documentation/Intents/INCallRecordType/inProgress)

A received call that is currently in progress.

[`INCallRecordTypeOnHold`](/documentation/Intents/INCallRecordType/onHold)

A received call that the user has put on hold.

[`INCallRecordTypeRinging`](/documentation/Intents/INCallRecordType/ringing)

An incoming call that is currently causing the user’s phone to ring.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)