<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "LiveCommunicationKit",
  "identifier" : "/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit26ConversationHistoryManagerC06RecentD0V"
  },
  "title" : "ConversationHistoryManager.RecentConversation"
}
-->

# ConversationHistoryManager.RecentConversation

A structure that describes a recent conversation.

```
struct RecentConversation
```

## Topics

### Accessing conversation attributes

[`let date: Date`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/date)

The point in time when the conversation started.

[`let direction: ConversationHistoryManager.RecentConversation.Direction`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/direction-swift.property)

The direction of this conversation.

[`enum Direction`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/Direction-swift.enum)

Values that indicate whether a conversation was initiated or received.

[`let duration: TimeInterval`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/duration)

The duration of the conversation from the time the system connected the participants.

[`let handles: [Handle]`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/handles)

The handles of the conversation’s participants.

[`let isRead: Bool`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/isRead)

A value that indicates whether a person marked the recent conversation as read.

[`let status: ConversationHistoryManager.RecentConversation.Status`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/status-swift.property)

The status of the conversation.

[`enum Status`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/Status-swift.enum)

Values that indicate the connection status of a recent conversation.

### Identifying a recent conversation

[`let id: UUID`](/documentation/LiveCommunicationKit/ConversationHistoryManager/RecentConversation/id)

The unique identifier of the recent conversation.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Decodable`](/documentation/Swift/Decodable)

[`Hashable`](/documentation/Swift/Hashable)

[`Identifiable`](/documentation/Swift/Identifiable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Encodable`](/documentation/Swift/Encodable)

---

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)