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 +1 -1
- package/quickblox.d.ts +1 -1
- package/quickblox.js +1 -1
- package/src/qbConfig.js +1 -1
package/package.json
CHANGED
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.
|
|
55131
|
+
version: '2.21.3',
|
|
55132
55132
|
buildNumber: '1169',
|
|
55133
55133
|
creds: {
|
|
55134
55134
|
'appId': 0,
|