gnaudio / jabra-browser-integration

JavaScript library to control a Jabra headset from a browser
https://www.npmjs.com/package/@gnaudio/jabra-browser-integration
MIT License
3 stars 1 forks source link

unmute with jabra Engage 75 is not working #74

Open lschweizer opened 3 years ago

lschweizer commented 3 years ago

Hello,

with an Engage 75 I never get the unmute event.

I also try with your test webpage, same issue. I have only this issue with this event, other event like mute, reject, accept ... are OK

BR

Laurent

jabra-slawaetz commented 3 years ago

Hello Laurent,

please note that developer support for library usage is normally provided on developer.jabra.com, the home of the core SDK that is used by the Chrome wrapper ("browser SDK"). This site is used for discussing and collaborating on the actual implementation.

But I can help you quickly with your question - you must observe that getting a mute event must be acknowledged by the application. The "event" is actually a request from the device to mute, and the app must acknowledge this. It is the same for other requests like OffHook(), these are requests from the device, and the app then must tell the device whether to mute or not.

Please see the DevZone for further information.