quickblox 2.17.26-logger → 2.17.27-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 +1 -1
- package/quickblox.d.ts +4 -0
- package/quickblox.js +1 -1
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +1 -1
package/package.json
CHANGED
package/quickblox.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ export declare interface QBConfig {
|
|
|
84
84
|
/** Chat endpoint. */
|
|
85
85
|
chat?: string
|
|
86
86
|
}
|
|
87
|
+
|
|
87
88
|
/** [WebRTC](https://docs.quickblox.com/docs/js-video-calling-advanced#section-video-calling-settings) configuration. */
|
|
88
89
|
webrtc?: {
|
|
89
90
|
/**
|
|
@@ -140,6 +141,9 @@ export declare interface QBConfig {
|
|
|
140
141
|
retry: (session: QBSession) => void,
|
|
141
142
|
) => void
|
|
142
143
|
}
|
|
144
|
+
pingTimeout?: number
|
|
145
|
+
pingLocalhostTimeInterval?: number
|
|
146
|
+
chatReconnectionTimeInterval?: number
|
|
143
147
|
}
|
|
144
148
|
|
|
145
149
|
export declare interface QBError {
|
package/quickblox.js
CHANGED
|
@@ -51500,7 +51500,7 @@ module.exports = StreamManagement;
|
|
|
51500
51500
|
*/
|
|
51501
51501
|
|
|
51502
51502
|
var config = {
|
|
51503
|
-
version: '2.17.
|
|
51503
|
+
version: '2.17.27-logger',
|
|
51504
51504
|
buildNumber: '1161',
|
|
51505
51505
|
creds: {
|
|
51506
51506
|
'appId': 0,
|