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

# Conversation.Update

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

```
struct Update
```

## Topics

### Initializers

[`init(localMember: Handle?, members: Set<Handle>?, activeRemoteMembers: Set<Handle>?, capabilities: Conversation.Capabilities?)`](/documentation/LiveCommunicationKit/Conversation/Update/init(localMember:members:activeRemoteMembers:capabilities:))

Creates an object with updated conversation attributes and capabilities.

### Attributes

[`var activeRemoteMembers: Set<Handle>?`](/documentation/LiveCommunicationKit/Conversation/Update/activeRemoteMembers)

All active remote participants.

[`var capabilities: Conversation.Capabilities?`](/documentation/LiveCommunicationKit/Conversation/Update/capabilities)

Functionality that the conversation supports after the system applies the update.

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

The local participant in the conversation.

[`var members: Set<Handle>?`](/documentation/LiveCommunicationKit/Conversation/Update/members)

All participants of the conversation, including invited, but inactive remote participants.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)