---
title: voIP
framework: pushkit
role: symbol
role_heading: Type Property
path: pushkit/pkpushtype/voip
---

# voIP

A push type for Voice-over-IP (VoIP) call invitations.

## Declaration

```swift
static let voIP: PKPushType
```

## Discussion

Discussion Use this type of notification to initiate live voice calls over the network. Apps receiving VoIP push notifications must report the call quickly to CallKit, so it can alert the user to the presence of the incoming call. For apps linked against the iOS 13 SDK or later, the system terminates your app if you fail to report these notifications to CallKit. If your app repeatedly fails to report VoIP notifications to CallKit, the system stops launching your app for VoIP push notifications. Don’t use this type of notification for anything other than initiating VoIP calls. If you don’t want to post the CallKit call interface, handle notifications with the User Notifications framework instead of PushKit. When sending encrypted content, use a Notification Service Extension to decrypt that content before displaying it to the user. You can also use a Notification Content Extension to display a custom interface for your app’s notifications. For more information, see Modifying content in newly delivered notifications and Customizing the Appearance of Notifications.

## See Also

### Notification Types

- [complication](pushkit/pkpushtype/complication.md)
- [fileProvider](pushkit/pkpushtype/fileprovider.md)
