<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "LiveCommunicationKit",
  "identifier" : "/documentation/LiveCommunicationKit/StartCellularConversationAction",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit31StartCellularConversationActionV"
  },
  "title" : "StartCellularConversationAction"
}
-->

# StartCellularConversationAction

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

```
struct StartCellularConversationAction
```

## 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](/documentation/LiveCommunicationKit/preparing-your-app-to-be-the-default-dialer-app).

## Topics

### Request creation

[`init(Handle, cellularService: CellularService?)`](/documentation/LiveCommunicationKit/StartCellularConversationAction/init(_:cellularService:))

Creates an action that initiates a cellular network conversation.

[`init(ConversationHistoryManager.RecentConversation)`](/documentation/LiveCommunicationKit/StartCellularConversationAction/init(_:))

Creates an action that initiates a cellular conversation using information from a recent conversation.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Decodable`](/documentation/Swift/Decodable)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)