<!--
{
  "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/Conversation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "LiveCommunicationKit"
    ],
    "preciseIdentifier" : "s:20LiveCommunicationKit12ConversationC"
  },
  "title" : "Conversation"
}
-->

# Conversation

A type that describes a video or audio conversation.

```
final class Conversation
```

## Topics

### Describing a conversation

[`var localMember: Handle?`](/documentation/LiveCommunicationKit/Conversation/localMember)

The handle that identifies the local participant to remote participants.

[`var state: Conversation.State`](/documentation/LiveCommunicationKit/Conversation/state-swift.property)

The current state of the conversation.

[`enum State`](/documentation/LiveCommunicationKit/Conversation/State-swift.enum)

Values that describe the current state of a conversation.

[`let uuid: UUID`](/documentation/LiveCommunicationKit/Conversation/uuid)

The unique identifier for a conversation.

### Observing a conversation

[`enum Event`](/documentation/LiveCommunicationKit/Conversation/Event)

Values that tell the system what happened during a conversation.

[`enum EndedReason`](/documentation/LiveCommunicationKit/Conversation/EndedReason)

Values that describe why a conversation ended.

### Updating a conversation

[`struct Update`](/documentation/LiveCommunicationKit/Conversation/Update)

A type that describes new, changed, or deleted capabilities and attributes of a conversation.

[`struct Capabilities`](/documentation/LiveCommunicationKit/Conversation/Capabilities)

A type that describes capabilities of a conversation.

## Relationships

### Conforms To

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

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

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

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

[`Observable`](/documentation/Observation/Observable)

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

---

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)