Skip to content

2.5.2

Compare
Choose a tag to compare
@dimaspirit dimaspirit released this 22 Mar 12:58
· 171 commits to gh-pages since this release

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;