<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVExternalSyncDeviceDiscoverySession"
  },
  "title" : "AVExternalSyncDevice.DiscoverySession"
}
-->

# AVExternalSyncDevice.DiscoverySession

A means of discovering and monitoring connection / disconnection of external sync devices to the host.

```
class DiscoverySession
```

## Overview

[`AVExternalSyncDevice.DiscoverySession`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession) is a singleton that lists the external sync devices connected to the host. The client is expected to key-value observe the [`devices`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession/devices) property for changes to the external sync devices list.

## Topics

### Accessing the shared instance

[`shared`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession/shared)

The singleton instance of the external sync source device discovery session.

[`isSupported`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession/isSupported)

Whether external sync devices are supported by this device.

### Finding devices

[`devices`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession/devices)

An array of external sync devices connected to this host.



---

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)