callthemonline / react-sip

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

Added the ability to mute outgoing audio #30

Open jonasclement opened 5 years ago

jonasclement commented 5 years ago

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.