---
title: "init(_:cellularService:)"
framework: livecommunicationkit
role: symbol
role_heading: Initializer
path: "livecommunicationkit/startcellularconversationaction/init(_:cellularservice:)"
---

# init(_:cellularService:)

Creates an action that initiates a cellular network conversation.

## Declaration

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

## Parameters

- `handle`: The handle of the conversation’s recipient.
- `cellularService`: The cellular service for the conversation.

## Discussion

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

## See Also

### Request creation

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