---
title: "startCellularConversation(_:)"
framework: livecommunicationkit
role: symbol
role_heading: Instance Method
path: "livecommunicationkit/telephonyconversationmanager/startcellularconversation(_:)"
---

# startCellularConversation(_:)

Starts a cellular conversation using the provided action.

## Declaration

```swift
final func startCellularConversation(_ action: StartCellularConversationAction) async throws
```

## Parameters

- `action`: The action that initiates a cellular conversation.

## Mentioned in

Preparing your app to be the default dialer app

## See Also

### Starting a conversation

- [sharedInstance](livecommunicationkit/telephonyconversationmanager/sharedinstance.md)
