---
title: CTCallStateIncoming
framework: coretelephony
role: symbol
role_heading: Global Variable
path: coretelephony/ctcallstateincoming
---

# CTCallStateIncoming

The call state, before establishing the connection, when a call is incoming but not yet answered by the user.

## Declaration

```swift
let CTCallStateIncoming: String
```

## See Also

### Constants

- [CTCallStateDialing](coretelephony/ctcallstatedialing.md)
- [CTCallStateConnected](coretelephony/ctcallstateconnected.md)
- [CTCallStateDisconnected](coretelephony/ctcallstatedisconnected.md)
