<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "LiveCommunicationKit",
  "identifier" : "/documentation/LiveCommunicationKit/StartCellularConversationAction/init(_:cellularService:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit31StartCellularConversationActionV_15cellularServiceAcA6HandleV_AA0eI0VSgtcfc"
  },
  "title" : "init(_:cellularService:)"
}
-->

# init(_:cellularService:)

Creates an action that initiates a cellular network conversation.

```
init(_ handle: Handle, cellularService: CellularService? = nil)
```

## Parameters

`handle`

The handle of the conversation’s recipient.

`cellularService`

The cellular service for the conversation.

## Discussion

If you don’t provide an cellular service, the system chooses a service for the conversation or fails the action.

---

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)