---
title: remoteParticipantIdentifiers
framework: messages
role: symbol
role_heading: Instance Property
path: messages/msconversation/remoteparticipantidentifiers
---

# remoteParticipantIdentifiers

An array of UUIDs representing the remote participants in this conversation.

## Declaration

```swift
var remoteParticipantIdentifiers: [UUID] { get }
```

## Discussion

Discussion These UUIDs are scoped to this device. They remain stable as long as the extension is enabled. If the extension is disabled and reenabled, or if the containing app is removed and reinstalled, the UUIDs for remote participants change.

## See Also

### Accessing Participants

- [localParticipantIdentifier](messages/msconversation/localparticipantidentifier.md)
