transfer_my_playback {tinyspotifyr} | R Documentation |
Transfer playback to a new device and determine if it should start playing.
Description
Transfer playback to a new device and determine if it should start playing.
Usage
transfer_my_playback(
device_ids,
play = FALSE,
authorization = get_spotify_authorization_code()
)
Arguments
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 |
Value
No return value.