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

# EndConversationAction

An action that removes the local participant from a conversation and stops all audio and video streams.

```
final class EndConversationAction
```

## Overview

Ending a conversation locally doesn’t necessarily end the conversation for remote members.

## Topics

### Creating a conversation action

[`init(conversationUUID: UUID)`](/documentation/LiveCommunicationKit/EndConversationAction/init(conversationUUID:))

Creates an action that ends a conversation.

### Completing actions

[`func fulfill(dateEnded: Date)`](/documentation/LiveCommunicationKit/EndConversationAction/fulfill(dateEnded:))

Indicates that conversation was successfully ended for the local member.

## Relationships

### Inherits From

[`ConversationAction`](/documentation/LiveCommunicationKit/ConversationAction)

---

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)