<!--
{
  "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/AVDelegatingPlaybackCoordinator/coordinateSeek(to:options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVDelegatingPlaybackCoordinator(im)coordinateSeekToTime:options:"
  },
  "title" : "coordinateSeek(to:options:)"
}
-->

# coordinateSeek(to:options:)

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

```
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

To end a suspension and also affect the group timing, see [`end(proposingNewTime:)`](/documentation/AVFoundation/AVCoordinatedPlaybackSuspension/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.

---

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)