Contents

conversationManager(_:didDeactivate:)

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

Declaration

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.

See Also

Receiving status updates