---
title: pushToStartTokenUpdates
framework: nowplaying
role: symbol
role_heading: Type Property
path: nowplaying/remotemediasession/pushtostarttokenupdates
---

# pushToStartTokenUpdates

An asynchronous sequence that delivers updated tokens for starting a RemoteMediaSession through a push notification.

## Declaration

```swift
@MainActor static var pushToStartTokenUpdates: AsyncStream<Data> { get }
```

## Mentioned in

Publishing remote media sessions

## Discussion

Discussion Use push notifications to start new remote sessions and update ongoing ones.
