react-sip
react-sip copied to clipboard
Added call hold functionality
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 here. I've also updated the README with information about how to use these functions and the property.
Inspired by my additions in audio muting, I added similar functionality and convenience functions here.