Breaking Changes
- Removed
hackWssInTransport
UserAgent parameter. If you were using this, it is now replaced withcontactParams: { transport: "wss" }
Features
- Add
contactName
UserAgent parameter - Add
contactParams
UserAgent 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