<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LiveCommunicationKit",
  "identifier" : "/documentation/LiveCommunicationKit/ConversationManagerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit27ConversationManagerDelegateP"
  },
  "title" : "ConversationManagerDelegate"
}
-->

# ConversationManagerDelegate

Methods for managing conversations and receiving VoIP conversation updates.

```
protocol ConversationManagerDelegate : AnyObject
```

## Topics

### Observing the conversation manager

[`conversationManagerDidBegin(_:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManagerDidBegin(_:))

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

[`conversationManagerDidReset(_:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManagerDidReset(_:))

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

### Receiving status updates

[`conversationManager(_:conversationChanged:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManager(_:conversationChanged:))

Tells the delegate that a conversation changed.

[`conversationManager(_:didActivate:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManager(_:didActivate:))

Tells the delegate that the app activated the conversation’s audio session.

[`conversationManager(_:didDeactivate:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManager(_:didDeactivate:))

Tells the delegate that the app deactivated a conversation’s audio session..

### Performing actions

[`conversationManager(_:perform:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManager(_:perform:))

Tells the delegate that the system requires a conversation action.

[`conversationManager(_:timedOutPerforming:)`](/documentation/LiveCommunicationKit/ConversationManagerDelegate/conversationManager(_:timedOutPerforming:))

Tells the delegate that a conversation action wasn’t completed and timed out.



---

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)