quickblox 2.17.15-logger → 2.17.16-logger

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.17.15-logger",
4
+ "version": "2.17.16-logger",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
package/quickblox.js CHANGED
@@ -51494,7 +51494,7 @@ module.exports = StreamManagement;
51494
51494
  */
51495
51495
 
51496
51496
  var config = {
51497
- version: '2.17.15-logger',
51497
+ version: '2.17.16-logger',
51498
51498
  buildNumber: '1161',
51499
51499
  creds: {
51500
51500
  'appId': 0,
@@ -51882,11 +51882,11 @@ QuickBlox.prototype = {
51882
51882
  },
51883
51883
 
51884
51884
  getChat: function() {
51885
- return this.chat;
51885
+ return QB.chat;
51886
51886
  },
51887
51887
 
51888
51888
  getLogger: function() {
51889
- return this.chat? this.chat.onLogListener: null;
51889
+ return QB.chat? QB.chat.onLogListener: null;
51890
51890
  }
51891
51891
 
51892
51892
  };