removeSession(_:)
Removes a session from the active route.
Declaration
final func removeSession(_ session: AVSystemRouteSession)Parameters
- session:
The session to remove from this route. If the session is not currently associated with this route, this function has no effect.
Mentioned in
Discussion
Call this function to unregister a session from the route when playback ends or when you no longer need the session. Removing a session stops any ongoing communication associated with that session and releases system resources.
If the session is currently active, this function stops the session before removing it.