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!
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!