---
title: INCallRecordType.ringing
framework: intents
role: symbol
role_heading: Case
path: intents/incallrecordtype/ringing
---

# INCallRecordType.ringing

An incoming call that is currently causing the user’s phone to ring.

## Declaration

```swift
case ringing
```

## See Also

### Constants

- [INCallRecordType.unknown](intents/incallrecordtype/unknown.md)
- [INCallRecordType.outgoing](intents/incallrecordtype/outgoing.md)
- [INCallRecordType.missed](intents/incallrecordtype/missed.md)
- [INCallRecordType.received](intents/incallrecordtype/received.md)
- [INCallRecordType.latest](intents/incallrecordtype/latest.md)
- [INCallRecordType.voicemail](intents/incallrecordtype/voicemail.md)
- [INCallRecordType.inProgress](intents/incallrecordtype/inprogress.md)
- [INCallRecordType.onHold](intents/incallrecordtype/onhold.md)
