---
title: CXPlayDTMFCallAction.ActionType.softPause
framework: callkit
role: symbol
role_heading: Case
path: callkit/cxplaydtmfcallaction/actiontype/softpause
---

# CXPlayDTMFCallAction.ActionType.softPause

Indicates that the user included digits after a soft pause in their dial string. A soft pause is indicated by a comma (,) and waits a few seconds before dialing the additional digits.

## Declaration

```swift
case softPause
```

## See Also

### Constants

- [CXPlayDTMFCallAction.ActionType.singleTone](callkit/cxplaydtmfcallaction/actiontype/singletone.md)
- [CXPlayDTMFCallAction.ActionType.hardPause](callkit/cxplaydtmfcallaction/actiontype/hardpause.md)
