---
title: end()
framework: nowplaying
role: symbol
role_heading: Instance Method
path: nowplaying/remotemediasession/end()
---

# end()

Ends the session and removes it from the Now Playing interface.

## Declaration

```swift
@MainActor func end() async throws
```

## Mentioned in

Publishing remote media sessions

## Discussion

Discussion note: RemoteMediaSessionError.internalFailure if the session couldn’t be removed from the system.
