---
title: currentCalls
framework: coretelephony
role: symbol
role_heading: Instance Property
path: coretelephony/ctcallcenter/currentcalls
---

# currentCalls

An array representing the cellular calls in progress.

## Declaration

```swift
var currentCalls: Set<CTCall>? { get }
```

## Discussion

Discussion An array containing a CTCall object for each cellular call in progress. If no calls are in progress, the value of this property is nil.

## See Also

### Responding to Cellular Call Events

- [callEventHandler](coretelephony/ctcallcenter/calleventhandler.md)
