<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCallRecordFilter",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCallRecordFilter"
  },
  "title" : "INCallRecordFilter"
}
-->

# INCallRecordFilter

Filters a user specifies to redial a call.

```
class INCallRecordFilter
```

## Overview

Use this method to create filters contributed by the user to redial a call. The `INCallRecordFilter` object identifies the person, type of call, and ability to make the call to initiate the user’s request.

## Topics

### Initializers

[`init?(coder: NSCoder)`](/documentation/Intents/INCallRecordFilter/init(coder:))

[`init(participants: [INPerson]?, callTypes: INCallRecordTypeOptions, callCapability: INCallCapability)`](/documentation/Intents/INCallRecordFilter/init(participants:callTypes:callCapability:))

Creates a filtered call record with the details about a call.

### Instance Properties

[`var callCapability: INCallCapability`](/documentation/Intents/INCallRecordFilter/callCapability)

An indicator of whether the call supports audio or video.

[`var callTypes: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordFilter/callTypes)

The various call options that the user can requests.

[`var participants: [INPerson]?`](/documentation/Intents/INCallRecordFilter/participants)

The recipient of the user’s call request.

## Relationships

### Conforms To

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

[`NSCopying`](/documentation/Foundation/NSCopying)

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

[`NSCoding`](/documentation/Foundation/NSCoding)

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)