---
title: StartCellularConversationAction
framework: livecommunicationkit
role: symbol
role_heading: Structure
path: livecommunicationkit/startcellularconversationaction
---

# StartCellularConversationAction

The action that starts a cellular conversation using the default calling app.

## Declaration

```swift
struct StartCellularConversationAction
```

## Mentioned in

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

## Overview

Overview Use the StartCellularConversationAction to  initiate a 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

### Request creation

- [init(_:cellularService:)](livecommunicationkit/startcellularconversationaction/init(_:cellularservice:).md)
- [init(_:)](livecommunicationkit/startcellularconversationaction/init(_:).md)

## Relationships

### Conforms To

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

## See Also

### Cellular network conversations

- [TelephonyConversationManager](livecommunicationkit/telephonyconversationmanager.md)
- [CellularService](livecommunicationkit/cellularservice.md)
- [Handle](livecommunicationkit/handle.md)
