<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXProvider/reportCall(with:endedAt:reason:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXProvider(im)reportCallWithUUID:endedAtDate:reason:"
  },
  "title" : "reportCall(with:endedAt:reason:)"
}
-->

# reportCall(with:endedAt:reason:)

Reports to the provider that a call with the specified identifier ended at a given date for a particular reason.

```
func reportCall(with UUID: UUID, endedAt dateEnded: Date?, reason endedReason: CXCallEndedReason)
```

## Parameters

`UUID`

The unique identifier of the call.

`dateEnded`

The time at which the call ended.

    If     `nil`    , the current time is used.

`endedReason`

The reason that the call ended. For possible values, see [`CXCallEndedReason`](/documentation/CallKit/CXCallEndedReason).

## Discussion

---

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)