gnaudio / jabra-node-sdk

Jabra Node.Js SDK based on N-API
https://www.npmjs.com/package/@gnaudio/jabra-node-sdk
MIT License
0 stars 0 forks source link

device.ringAsync() rings in silence and leaves the headphone in a ringing state #114

Open emolr opened 3 years ago

emolr commented 3 years ago

Problem: I've been debugging the missing sound on Jabra evolve 75 when calling ringAsync(), the busylight blinks as excpected.

If I turn off the headphones without calling unringAsync() beforehand, the headphones turn on and starts playing a ringtone that can only be stopped by connecting to the computer and call unringAsync().

Expected behaviour: Calling ringAsync() would start the busylight on the side, and the ringtone would start playing in the headphones. Turning the headphones off would reset the state of the headphones.

Ive testet with the demoapp in this repository and it produces the same behavior