quickblox 2.17.0-beta.2 → 2.17.0

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/README.md CHANGED
@@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
16
16
  ## Dependencies for browser
17
17
 
18
18
  ```html
19
- <script src="https://unpkg.com/quickblox@2.16.4/quickblox.min.js"></script>
19
+ <script src="https://unpkg.com/quickblox@2.17.0/quickblox.min.js"></script>
20
20
  ```
21
21
 
22
22
  ## Bower and RequireJS
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.17.0-beta.2",
4
+ "version": "2.17.0",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
package/quickblox.js CHANGED
@@ -47342,9 +47342,7 @@ MucProxy.prototype = {
47342
47342
  Utils.safeCallbackCall(callback, {
47343
47343
  code: code || 500,
47344
47344
  message: errorMessage || 'Unknown issue'
47345
- }, {
47346
- dialogId: dialogId
47347
- });
47345
+ }, null);
47348
47346
  }
47349
47347
  }
47350
47348
  }
@@ -53811,8 +53809,8 @@ module.exports = StreamManagement;
53811
53809
  */
53812
53810
 
53813
53811
  var config = {
53814
- version: '2.16.4',
53815
- buildNumber: '1159',
53812
+ version: '2.17.0',
53813
+ buildNumber: '1160',
53816
53814
  creds: {
53817
53815
  'appId': 0,
53818
53816
  'authKey': '',