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

# Conversation.EndedReason

Values that describe why a conversation ended.

```
enum EndedReason
```

## Topics

### Reasons

[`case declinedElsewhere`](/documentation/LiveCommunicationKit/Conversation/EndedReason/declinedElsewhere)

Another device declined the conversation.

[`case failed`](/documentation/LiveCommunicationKit/Conversation/EndedReason/failed)

An error occurred while attempting to service the conversation.

[`case joinedElsewhere`](/documentation/LiveCommunicationKit/Conversation/EndedReason/joinedElsewhere)

Another device joined the conversation.

[`case remoteEnded`](/documentation/LiveCommunicationKit/Conversation/EndedReason/remoteEnded)

The remote party explicitly ended the conversation.

[`case unanswered`](/documentation/LiveCommunicationKit/Conversation/EndedReason/unanswered)

The conversation didn’t complete the connection process and was never explicitly ended.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

---

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)