---
title: otherParticipants
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplaybackcoordinator/otherparticipants
---

# otherParticipants

The identifiers of the other participants in a group.

## Declaration

```swift
var otherParticipants: [AVCoordinatedPlaybackParticipant] { get }
```

## Discussion

Discussion Use this property value to create a user interface that informs the user about the state of other participants in the group. note: To observe changes to this property value, register for notifications of type otherParticipantsDidChangeNotification.

## See Also

### Observing other participants

- [AVCoordinatedPlaybackParticipant](avfoundation/avcoordinatedplaybackparticipant.md)
- [otherParticipantsDidChangeNotification](avfoundation/avplaybackcoordinator/otherparticipantsdidchangenotification.md)
