---
title: CellularService
framework: livecommunicationkit
role: symbol
role_heading: Structure
path: livecommunicationkit/cellularservice
---

# CellularService

A structure that represents the cellular service account to use for starting or joining a conversation.

## Declaration

```swift
struct CellularService
```

## Mentioned in

Preparing your app to be the default dialer app

## Topics

### Attributes

- [label](livecommunicationkit/cellularservice/label.md)
- [id](livecommunicationkit/cellularservice/id.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cellular network conversations

- [TelephonyConversationManager](livecommunicationkit/telephonyconversationmanager.md)
- [StartCellularConversationAction](livecommunicationkit/startcellularconversationaction.md)
- [Handle](livecommunicationkit/handle.md)
