beatsmusic - 409 Conflict error with audio call -


i testing beats api in playground section of developer site. when try use audio api call 409 conflict error , following response.

{     "code": "streamcontention",     "message": "another device playing music: web app" } 

i understand error account not logged in web app. logged out of web app.

how can fix locking issue?

you're running stream contention issue. since 1 device allowed play audio @ time must acquire baton passing acquire param value 1 playback endpoint.

ie. acquire=1

check out documentation reference: https://developer.beatsmusic.com/docs/read/tutorials/stream_contention

hope helps, thanks!


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -