---
title: "reportNewIncomingConversation(uuid:update:)"
framework: livecommunicationkit
role: symbol
role_heading: Instance Method
path: "livecommunicationkit/conversationmanager/reportnewincomingconversation(uuid:update:)"
---

# reportNewIncomingConversation(uuid:update:)

Informs the system that there’s a new incoming conversation, and the device should begin to ring and present the incoming Conversation UI.

## Declaration

```swift
final func reportNewIncomingConversation(uuid: UUID, update: Conversation.Update) async throws
```

## Parameters

- `uuid`: The doc://com.apple.documentation/documentation/Foundation/UUID used to identify the created conversation.
- `update`: Optional fields to configure the initial state of the conversation.

## See Also

### Observing conversations

- [pendingConversationActions(of:for:)](livecommunicationkit/conversationmanager/pendingconversationactions(of:for:).md)
- [reportConversationEvent(_:for:)](livecommunicationkit/conversationmanager/reportconversationevent(_:for:).md)
- [reportNewIncomingVoIPPushPayload(_:)](livecommunicationkit/conversationmanager/reportnewincomingvoippushpayload(_:).md)
