callthemonline / react-sip

React wrapper for jssip
https://www.npmjs.com/package/react-sip
MIT License
50 stars 46 forks source link

Added call hold functionality #29

Open jonasclement opened 5 years ago

jonasclement commented 5 years ago

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.

jonasclement commented 5 years ago

Inspired by my additions in audio muting, I added similar functionality and convenience functions here.