<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXProviderDelegate/provider(_:perform:)-4htxt",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(pl)CXProviderDelegate(im)provider:performPlayDTMFCallAction:"
  },
  "title" : "provider(_:perform:)"
}
-->

# provider(_:perform:)

Called when the provider performs the specified play DTMF (dual tone multifrequency) call action.

```
optional func provider(_ provider: CXProvider, perform action: CXPlayDTMFCallAction)
```

## Parameters

`provider`

The telephony provider.

`action`

The play DTMF call action.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)