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
Post a Comment