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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -