Contents

conversationManager(_:didActivate:)

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

Declaration

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.

Mentioned in

See Also

Receiving status updates