---
title: "conversationManagerDidBegin(_:)"
framework: livecommunicationkit
role: symbol
role_heading: Instance Method
path: "livecommunicationkit/conversationmanagerdelegate/conversationmanagerdidbegin(_:)"
---

# conversationManagerDidBegin(_:)

Tells the delegate that your app has started a conversation manager.

## Declaration

```swift
func conversationManagerDidBegin(_ manager: ConversationManager)
```

## Parameters

- `manager`: The conversation manager that your app started.

## See Also

### Observing the conversation manager

- [conversationManagerDidReset(_:)](livecommunicationkit/conversationmanagerdelegate/conversationmanagerdidreset(_:).md)
