<!--
{
  "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/conversationManager(_:didDeactivate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit27ConversationManagerDelegateP012conversationE0_13didDeactivateyAA0dE0C_So14AVAudioSessionCtF"
  },
  "title" : "conversationManager(_:didDeactivate:)"
}
-->

# conversationManager(_:didDeactivate:)

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

```
func conversationManager(_ manager: ConversationManager, didDeactivate audioSession: AVAudioSession)
```

## Parameters

`manager`

A conversation manager informing the delegate that the app deactivated the audio session.

`audioSession`

The audio session that the app deactivated.

---

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)