---
title: AVCoordinatedPlaybackParticipant
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcoordinatedplaybackparticipant
---

# AVCoordinatedPlaybackParticipant

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

## Declaration

```swift
class AVCoordinatedPlaybackParticipant
```

## Overview

Overview Access the other participants in a session through the playback coordinator’s otherParticipants property to determine their playback readiness and suspension reasons.

## Topics

### Accessing participant status

- [identifier](avfoundation/avcoordinatedplaybackparticipant/identifier.md)
- [isReadyToPlay](avfoundation/avcoordinatedplaybackparticipant/isreadytoplay.md)
- [suspensionReasons](avfoundation/avcoordinatedplaybackparticipant/suspensionreasons.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Observing other participants

- [otherParticipants](avfoundation/avplaybackcoordinator/otherparticipants.md)
- [otherParticipantsDidChangeNotification](avfoundation/avplaybackcoordinator/otherparticipantsdidchangenotification.md)
