connectedPlaybackCoordinators
All playback coordinators that are connected to the coordination medium.
Declaration
var connectedPlaybackCoordinators: [AVPlayerPlaybackCoordinator] { get }Discussion
Returns an array of all the AVPlayerPlaybackCoordinators that are connected to the coordination medium. This coordination is specifically for AVPlayerPlaybackCoordinators, and we exclude AVDelegatingPlaybackCoordinators. AVPlaybackCoordinator properties and methods are individually configurable for each playback coordinator. To ensure correct synchronized behavior across all local playback coordinators, any common AVPlaybackCoordinator properties and methods should be set and called on all playback coordinators in the coordination medium. The properties and methods otherParticipants, setParticipantLimit:forWaitingOutSuspensionsWithReason:, and participantLimitForWaitingOutSuspensionsWithReason: refer specifically to remote participants that are coordinated through a group session rather than through the playback coordination medium. otherParticipants only returns participants connected to the same group session. setParticipantLimit and participantLimitForWaitingOutSuspensionsWithReason affect only policies and behavior with the group session.