---
title: "init(callRecordResolutionResult:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/instartcallcallrecordtocallbackresolutionresult/init(callrecordresolutionresult:)"
---

# init(callRecordResolutionResult:)

Creates an object whose resolution involves successfully redialing a call.

## Declaration

```swift
init(callRecordResolutionResult: INCallRecordResolutionResult)
```

## Parameters

- `callRecordResolutionResult`: The value that resolves the requested parameter of the intent. This value may be different from the one specified in the intent object.

## Return Value

Return Value A new INStartCallCallRecordToCallBackResolutionResult object.

## Discussion

Discussion Use this method to create a result object when you’re able to redial a call.
