Contents

AVContinuityDevice

A class that represents a physical iOS device that’s nearby and can provide access to its cameras and microphones.

Declaration

class AVContinuityDevice

Overview

Each continuity device instance represents another iOS device that’s nearby. Your app can access the other device’s cameras and microphones with its videoDevices and audioSessionInputs properties, respectively.

Topics

Checking a continuity device’s availability

Retrieving video devices from a continuity device

Retrieving audio ports from a continuity device

Identifying a continuity device

See Also

Capture devices