You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems with the Jabra headset that you can reproduce on your react-app demo with these steps:
Have an incoming or outgoing call
Press MUTE button on headset
Two headset events are triggered: deviceMuteStatusChanged and deviceEndedCall
So basically, when I press mute on the device, the call is dropped after that.
I was investigating how that happened, and I saw that you are using version 4.0.1 of the "@gnaudio/jabra-js" package.
I upgraded it to the latest version (4.2.1) and tried it and it worked fine.
Can you please make a patch with an upgraded version of the "@gnaudio/jabra-js" in the dependencies?
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to our attention. I actually saw this issue myself but didn't dive too deep into it so I appreciate you playing around with it. Will raise a patch ASAP
@spoon252 Hello, so I spoke to Jabra about this issue as it is one we've seen in the past. From what they told me, this can happen if you have other applications that can support Jabra open. For example, I was able to reproduce this issue on their demo app because I had our own company's application on in the background which supports Jabra but didn't have Jabra selected at the time. As soon as I closed our app, the issue went away. We're going to, at some point, try and work out a solution from our end to prevent this.
I'm having problems with the Jabra headset that you can reproduce on your react-app demo with these steps:
So basically, when I press mute on the device, the call is dropped after that.
I was investigating how that happened, and I saw that you are using version 4.0.1 of the "@gnaudio/jabra-js" package.
I upgraded it to the latest version (4.2.1) and tried it and it worked fine.
Can you please make a patch with an upgraded version of the "@gnaudio/jabra-js" in the dependencies?
Thanks!
The text was updated successfully, but these errors were encountered: