---
title: "reportOutgoingCall(with:startedConnectingAt:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxprovider/reportoutgoingcall(with:startedconnectingat:)"
---

# reportOutgoingCall(with:startedConnectingAt:)

Reports to the provider that an outgoing call with the specified unique identifier started connecting at a particular time.

## Declaration

```swift
func reportOutgoingCall(with UUID: UUID, startedConnectingAt dateStartedConnecting: Date?)
```

## Parameters

- `UUID`: The unique identifier of the call.
- `dateStartedConnecting`: The time at which the call started connecting. If nil, the current time is used.

## 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:connectedAt:)](callkit/cxprovider/reportoutgoingcall(with:connectedat:).md)
- [reportCall(with:updated:)](callkit/cxprovider/reportcall(with:updated:).md)
- [reportCall(with:endedAt:reason:)](callkit/cxprovider/reportcall(with:endedat:reason:).md)
