---
title: TelephonyConversationManager
framework: livecommunicationkit
role: symbol
role_heading: Class
path: livecommunicationkit/telephonyconversationmanager
---

# TelephonyConversationManager

An interface for initiating cellular network conversations.

## Declaration

```swift
final class TelephonyConversationManager
```

## Mentioned in

Preparing your app to be the default dialer app Initiating VoIP conversations with LiveCommunicationKit

## Overview

Overview Use TelephonyConversationManager to initiate a cellular conversation and let the system route the conversation to the default calling app. For more information, see Preparing your app to be the default dialer app.

## Topics

### Starting a conversation

- [startCellularConversation(_:)](livecommunicationkit/telephonyconversationmanager/startcellularconversation(_:).md)
- [sharedInstance](livecommunicationkit/telephonyconversationmanager/sharedinstance.md)

### Cellular services

- [cellularServices](livecommunicationkit/telephonyconversationmanager/cellularservices.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cellular network conversations

- [StartCellularConversationAction](livecommunicationkit/startcellularconversationaction.md)
- [CellularService](livecommunicationkit/cellularservice.md)
- [Handle](livecommunicationkit/handle.md)
