---
title: Conversation.EndedReason.unanswered
framework: livecommunicationkit
role: symbol
role_heading: Case
path: livecommunicationkit/conversation/endedreason/unanswered
---

# Conversation.EndedReason.unanswered

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

## Declaration

```swift
case unanswered
```

## Discussion

Discussion Conversations might end with the .unsanswered reason when a person doesn’t respond to an incoming conversation or when an incoming or outgoing conversation times out.

## See Also

### Reasons

- [Conversation.EndedReason.declinedElsewhere](livecommunicationkit/conversation/endedreason/declinedelsewhere.md)
- [Conversation.EndedReason.failed](livecommunicationkit/conversation/endedreason/failed.md)
- [Conversation.EndedReason.joinedElsewhere](livecommunicationkit/conversation/endedreason/joinedelsewhere.md)
- [Conversation.EndedReason.remoteEnded](livecommunicationkit/conversation/endedreason/remoteended.md)
