We have just released a new version of SIP.js, our SIP Javascript stack that's perfect for developers who want to build WebRTC-based features. SIP.js 0.7.0 is now the most stable, comprehensive version of the library to date.
"SIP.js 0.7.0 is a minor version bump from 0.6.4," said OnSIP Developer Joseph Frazier. "It contains Attended Transfer support, improved Session and MediaHandler events, and a handful of other bug fixes. We recommend that all users upgrade to this latest version."
require('ws')
. Thanks to Browserify, this shouldn't affect most users. Node.js users will have one less thing to worry about.promiscuous
, or Node.js native Promises if available.terminated
method. (Okay, it's not new, but we fixed how it works and document it now.)rejected
, failed
, cancel
, bye
, and terminated
) have been cleaned up and now behave more consistently, both in terms of internal behavior and RFC specs.So check it out! Grab SIP.js 0.7.0 today.