---
title: "conversationManager(_:conversationChanged:)"
framework: livecommunicationkit
role: symbol
role_heading: Instance Method
path: "livecommunicationkit/conversationmanagerdelegate/conversationmanager(_:conversationchanged:)"
---

# conversationManager(_:conversationChanged:)

Tells the delegate that a conversation changed.

## Declaration

```swift
func conversationManager(_ manager: ConversationManager, conversationChanged conversation: Conversation)
```

## Parameters

- `manager`: A conversation manager informing the delegate that a conversation changed.
- `conversation`: The conversation that changed.

## See Also

### Receiving status updates

- [conversationManager(_:didActivate:)](livecommunicationkit/conversationmanagerdelegate/conversationmanager(_:didactivate:).md)
- [conversationManager(_:didDeactivate:)](livecommunicationkit/conversationmanagerdelegate/conversationmanager(_:diddeactivate:).md)
