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

# conversationManager(_:didActivate:)

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

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

## Parameters

`manager`

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

`audioSession`

The audio session that the app activated.

---

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)