Releases: onsip/SIP.js
Releases · onsip/SIP.js
0.9.0
Refactor of REFER
Handling.
- Pull Request #459
- API docs
- Transfer Guide
0.8.4
WebRTC Session Description Handler
- Various ICE checking code improvements
- Cleanup constraint code
- Add tests
WebRTC Modifiers
- Bug fixes on g722 removal modifier
WebRTC Simple
- Allow anonymous registration
- Fix hold/unhold not checking the state of the call correctly
- Fixed an instance of logger not being defined
UA
- Remove unused configuration options
Miscellaneous
- Change log messages on Timers to debug level
- Update various README files
- Remove
test/repl.js
that was no longer used
0.8.3
Bug Fixes
- Reinvite event added to session and hold/unhold events removed
- Fixed link in
package.json
- Update dependencies
- Update main in
package.json
0.8.2
- Bug fix for external ICE candidate generation
- Bug fix for session tracking
0.8.1
Fix compilation for minified SIP.js and add License to distributables
0.8.0
Session Description Handler replaces the media handler. See the new docs for more information. This is an API breaking change from 0.7.X.
Removed EventEmitter.off()
use EventEmitter.removeListener()
New build process that does not use grunt. See BUILDING.md
for more information.
New Simple interface.
Safari and new WebRTC api support.
Removal of hacks.
Initial removal of enviornment.
Lots of code cleanup and other bug fixes.
0.7.8
Various bug fixes for memory optimization and stopping SIP.js
Add more events
Add options to hold function
Add dist files to NPM release
0.7.7
Add rtcpMuxPolicy
parameter on UA to support Asterisk users.
0.7.6
- Refactor SDP mangling and move it into WebRTC/MediaHandler
- Allow TURN servers with no credentials
- New method of setting Content-Type on SIP messages
- Various fixes for subscriptions
- Update grunt-contrib-jasmine to work on new versions of NodeJS
- Update and simplify helper to attach the media stream to DOM
- Update WS dependency to 1.0.1 and NodeJS minimum version to 0.12
- Remove Nodejs v5 testing from TravisCI
- Add hackStripTcp and hackCleanJitsiSdpImageattr
- README and THANKS file updates