Contents

customRoutingController(_:eventDidTimeOut:)

Tells the delegate when a routing event times out.

Declaration

optional func customRoutingController(_ controller: AVCustomRoutingController, eventDidTimeOut event: AVCustomRoutingEvent)

Parameters

  • controller:

    A custom routing controller.

  • event:

    An event that times out.

Discussion

Adopt this method to clean up any in-progress connection attempts.

See Also

Handling controller events