Contents

authorizedRoutes

A list of authorized routes.

Declaration

var authorizedRoutes: [AVCustomDeviceRoute] { get }

Discussion

After a user activates a route, it remains authorized for a certain amount of time even if the connection to the route is temporarily unavailable. Your app may reactivate any one of these routes when appropriate, but it needs to inform the system by calling setActive(_:for:).

See Also

Managing authorization