quickblox 2.21.2 → 2.21.3-alpha.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.21.2",
4
+ "version": "2.21.3-alpha.1",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
package/quickblox.d.ts CHANGED
@@ -115,7 +115,7 @@ export declare interface QBConfig {
115
115
  * Allows access to the statistical information about peer connection state (connected, failed, disconnected, etc).
116
116
  * Set the number of seconds for the statistical information to be received.
117
117
  */
118
- statsReportTimeInterval?: boolean
118
+ statsReportTimeInterval?: boolean | number
119
119
  /**
120
120
  * Transport policy for ICE candidate gathering.
121
121
  * Mirrors RTCPeerConnection. Allowed: "all" | "relay".
package/quickblox.js CHANGED
@@ -55128,7 +55128,7 @@ module.exports = StreamManagement;
55128
55128
  */
55129
55129
 
55130
55130
  var config = {
55131
- version: '2.21.2',
55131
+ version: '2.21.3',
55132
55132
  buildNumber: '1169',
55133
55133
  creds: {
55134
55134
  'appId': 0,
package/src/qbConfig.js CHANGED
@@ -12,7 +12,7 @@
12
12
  */
13
13
 
14
14
  var config = {
15
- version: '2.21.2',
15
+ version: '2.21.3',
16
16
  buildNumber: '1169',
17
17
  creds: {
18
18
  'appId': 0,