---
title: "conversationManager(_:timedOutPerforming:)"
framework: livecommunicationkit
role: symbol
role_heading: Instance Method
path: "livecommunicationkit/conversationmanagerdelegate/conversationmanager(_:timedoutperforming:)"
---

# conversationManager(_:timedOutPerforming:)

Tells the delegate that a conversation action wasn’t completed and timed out.

## Declaration

```swift
func conversationManager(_ manager: ConversationManager, timedOutPerforming action: ConversationAction)
```

## Parameters

- `manager`: A conversation manager informing the delegate that the requested action wasn’t completed and timed out.
- `action`: The action that wasn’t completed and timed out.

## See Also

### Performing actions

- [conversationManager(_:perform:)](livecommunicationkit/conversationmanagerdelegate/conversationmanager(_:perform:).md)
