Aldenis
Aldenis

Reputation: 13

How can I stop a radio streaming with sonos cloud api?

I developing a new application to control Sonos speakers with New Sonos Cloud API and in the documentation, there is nothing to stop the radio stations when it's playing. the API return can pause == false but there is a stop possible? If yes how can I do it?

Upvotes: 1

Views: 141

Answers (1)

ControlAV
ControlAV

Reputation: 319

Have you tried just calling pause? https://developer.sonos.com/reference/control-api/playback/pause

Upvotes: 1

Related Questions