0.18.0
·
43 commits
to release
since this release
Breaking Changes
- Removed
hackWssInTransportUserAgent parameter. If you were using this, it is now replaced withcontactParams: { transport: "wss" }
Features
- Add
contactNameUserAgent parameter - Add
contactParamsUserAgent parameter. It defaults to{ transport: "ws" } - Add the possibility to change log level in logger
Fixes
- Fix hold bug in SimpleUser
- Fix bug in parser with error reporting
- Improve some internal types