---
title: cellularServices
framework: livecommunicationkit
role: symbol
role_heading: Instance Property
path: livecommunicationkit/telephonyconversationmanager/cellularservices
---

# cellularServices

A read-only list of cellular service accounts that you can use to initiate a cellular conversation.

## Declaration

```swift
final var cellularServices: [CellularService] { get }
```

## Discussion

Discussion To have access to cellular services, your app needs to be the default calling app. If your app doesn’t have permission to access to accounts, it can still initiate conversations using TelephonyConversationManager.
