cordova-spotify
cordova-spotify copied to clipboard
Next/previous song and volume controls.
Is there a way to move to the next/previous song, and also to be able to control the volume? I don't see any like that in the documentation.
cordova-spotify has no notation of a play queue so far. You‘re currently supposed to just manage this through your application. PRs appreciated for volume setting. :)
Alright thanks. In terms of volume, there's this section on the documentation: https://developer.spotify.com/documentation/web-api/reference/player/set-volume-for-users-playback/ but I think this requires you to use their player library, which I'm not sure if this library is based on that?
As I said, PRs very welcome. :)
This library uses the native iOS and Android SDKs.