<!--
{
  "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/AVCoordinatedPlaybackParticipant",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCoordinatedPlaybackParticipant"
  },
  "title" : "AVCoordinatedPlaybackParticipant"
}
-->

# AVCoordinatedPlaybackParticipant

An object that represents a participant in a coordinated playback session.

```
class AVCoordinatedPlaybackParticipant
```

## Overview

Access the other participants in a session through the playback coordinator’s [`otherParticipants`](/documentation/AVFoundation/AVPlaybackCoordinator/otherParticipants) property to determine their playback readiness and suspension reasons.

## Topics

### Accessing participant status

[`identifier`](/documentation/AVFoundation/AVCoordinatedPlaybackParticipant/identifier)

A unique identifier for the participant.

[`readyToPlay`](/documentation/AVFoundation/AVCoordinatedPlaybackParticipant/isReadyToPlay)

A Boolean value that indicates whether the participant is ready to start coordinated playback.

[`suspensionReasons`](/documentation/AVFoundation/AVCoordinatedPlaybackParticipant/suspensionReasons)

The reasons a participant isn’t currently participating in coordinated playback.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Sendable`](/documentation/Swift/Sendable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)