<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlaybackCoordinator/otherParticipants",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlaybackCoordinator(py)otherParticipants"
  },
  "title" : "otherParticipants"
}
-->

# otherParticipants

The identifiers of the other participants in a group.

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

## 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 ``doc://com.apple.avfoundation/documentation/AVFoundation/AVPlaybackCoordinator/otherParticipantsDidChangeNotification``.

---

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)