AVContinuityDevicePickerViewController
A view controller that provides an interface to a person so they can select and connect a continuity device to the system.
Declaration
class AVContinuityDevicePickerViewControllerOverview
The view controller presents an interface on an Apple TV that lets a person choose a nearby continuity device (AVContinuityDevice). Your app can then connect to that device’s cameras and microphones (see AVCaptureDevice and AVAudioSessionPortDescription, respectively).
To respond to the various outcome events from the picker, your app needs to implement the AVContinuityDevicePickerViewControllerDelegate and assign it to the picker’s delegate property.