Jonas Clément
Jonas Clément
A new command for when you just really don't care. GIF URL: https://media2.giphy.com/media/yoJC2suV6hS7hqi796/giphy.gif
I've added functions to put the active call on hold, as well as added a property for checking if the call is on hold. I'm basically just exposing JsSip functions...
I've added two new props to `` - incoming- and outboundAudioDeviceId. If these are passed to the SipProvider, it will use those devices for audio instead of the system default....
I've added new functions that expose JsSip's `mute()` and `unmute()` functions, as well as added a convenient "toggle" function. I've also updated the README with usage examples.
We're using react-sip for a project at our organization, and we needed DTMF support, so I took the liberty of adding it to react-sip. Note that this is RFC-4733 DTMF,...
Hello. I noticed that this library has a few flaws regarding keyboard accessibility, and I've done my best to fix them here :) Fixed issues: - Type-ahead - [ ]...
Hi, Unfortunately I can't make a reproduction trigger the same problem as our main repo, but this repo should give an idea of our setup: https://github.com/jonasclement/volar-complex-repo Basically: - The root...