2.5.2
New:
- Added a webrtc-adapter as dependency;
- Added new property to params for QB.chat.connect();
If you don't want to get list of users (roster) pass connectWithoutGettingRoster to QB.chat.connect();
// @example
QB.chat.connect({
userId: user.id,
password: user.pass,
connectWithoutGettingRoster: true
}, function(err) {});
Fixed:
- Broken any chat functionality after lost a connection;
Samples:
- Rewrite a sample of chat. Old version doesn't support and will be removed in next release;