quickblox 2.17.0-beta.2 → 2.17.1

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.
@@ -1918,9 +1918,7 @@ MucProxy.prototype = {
1918
1918
  Utils.safeCallbackCall(callback, {
1919
1919
  code: code || 500,
1920
1920
  message: errorMessage || 'Unknown issue'
1921
- }, {
1922
- dialogId: dialogId
1923
- });
1921
+ }, null);
1924
1922
  }
1925
1923
  }
1926
1924
  }
package/src/qbConfig.js CHANGED
@@ -12,8 +12,8 @@
12
12
  */
13
13
 
14
14
  var config = {
15
- version: '2.16.4',
16
- buildNumber: '1159',
15
+ version: '2.17.1',
16
+ buildNumber: '1161',
17
17
  creds: {
18
18
  'appId': 0,
19
19
  'authKey': '',