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

# conversationManagerDidReset(_:)

Tells the delegate that the app has reset the conversation manager.

## Declaration

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

## Parameters

- `manager`: The conversation manager that the app has reset.

## See Also

### Observing the conversation manager

- [conversationManagerDidBegin(_:)](livecommunicationkit/conversationmanagerdelegate/conversationmanagerdidbegin(_:).md)
