R/player.R
transfer_my_playback.RdTransfer playback to a new device and determine if it should start playing.
transfer_my_playback(device_ids, play = FALSE, authorization = get_spotify_authorization_code())
| device_ids | Required. A character vector containing the ID of the device this on which playback should be started/transferred. Note: only a single device_id is currently supported. |
|---|---|
| play | Optional. |
| authorization | Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |