---
title: "reportCall(with:updated:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxprovider/reportcall(with:updated:)"
---

# reportCall(with:updated:)

Reports to the provider that an active call updated its information.

## Declaration

```swift
func reportCall(with UUID: UUID, updated update: CXCallUpdate)
```

## Parameters

- `UUID`: The unique identifier of the call.
- `update`: The updated information.

## See Also

### Reporting Calls

- [reportNewIncomingCall(with:update:completion:)](callkit/cxprovider/reportnewincomingcall(with:update:completion:).md)
- [reportNewIncomingVoIPPushPayload(_:completion:)](callkit/cxprovider/reportnewincomingvoippushpayload(_:completion:).md)
- [com.apple.developer.usernotifications.filtering](bundleresources/entitlements/com.apple.developer.usernotifications.filtering.md)
- [reportOutgoingCall(with:startedConnectingAt:)](callkit/cxprovider/reportoutgoingcall(with:startedconnectingat:).md)
- [reportOutgoingCall(with:connectedAt:)](callkit/cxprovider/reportoutgoingcall(with:connectedat:).md)
- [reportCall(with:endedAt:reason:)](callkit/cxprovider/reportcall(with:endedat:reason:).md)
