JabraJohn1 wrote:yes - you can disable the ring tone. if you check out the windows SDK there is a demo included which shows how to do it. unfortunately the demo is not included with the node.js SDK, we are looking to fix this in the next release.
Hi @JabraJohn1 and thanks for the reply. Can you please show me where exactly in the demo you can do this? Or what specific API to use?
I'm assuming you're talking about this
demo.
Edit: I think I found it for the Jabra SDK wrapper for .NET =>
void SetRinger(bool ringing, bool noRingTone);
but indeed this is not supported in the Node.js version