---
title: "coordinateSeek(to:options:)"
framework: avfoundation
role: symbol
role_heading: Instance Method
path: "avfoundation/avdelegatingplaybackcoordinator/coordinateseek(to:options:)"
---

# coordinateSeek(to:options:)

Coordinates a seek to the specified time for all connected participants.

## Declaration

```swift
func coordinateSeek(to time: CMTime, options: AVDelegatingPlaybackCoordinatorSeekOptions = [])
```

## Parameters

- `time`: A time the group seeks to when the command ends.
- `options`: Additional configuration of the seek.

## Discussion

Discussion To end a suspension and also affect the group timing, see end(proposingNewTime:). note: Calling this method while the coordinator is in a suspended state affects only the local playback object. It doesn’t affect group state, even after the suspension ends.

## See Also

### Coordinating state changes

- [coordinateRateChange(to:options:)](avfoundation/avdelegatingplaybackcoordinator/coordinateratechange(to:options:).md)
- [transitionToItem(withIdentifier:proposingInitialTimingBasedOn:)](avfoundation/avdelegatingplaybackcoordinator/transitiontoitem(withidentifier:proposinginitialtimingbasedon:).md)
- [reapplyCurrentItemStateToPlaybackControlDelegate()](avfoundation/avdelegatingplaybackcoordinator/reapplycurrentitemstatetoplaybackcontroldelegate().md)
- [AVDelegatingPlaybackCoordinatorSeekOptions](avfoundation/avdelegatingplaybackcoordinatorseekoptions.md)
- [AVDelegatingPlaybackCoordinatorRateChangeOptions](avfoundation/avdelegatingplaybackcoordinatorratechangeoptions.md)
