genesys-cloud-streaming-client 15.0.1 → 15.0.2
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/dist/cjs/client.js +2 -2
- package/dist/deploy-info.json +5 -5
- package/dist/es/client.js +2 -2
- package/dist/es/index.bundle.js +2 -2
- package/dist/npm/CHANGELOG.md +5 -1
- package/dist/npm/client.js +2 -2
- package/dist/streaming-client.browser.ie.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/v15/streaming-client.browser.ie.js +1 -1
- package/dist/v15/streaming-client.browser.js +1 -1
- package/dist/{v15.0.1 → v15.0.2}/streaming-client.browser.ie.js +1 -1
- package/dist/{v15.0.1 → v15.0.2}/streaming-client.browser.js +1 -1
- package/package.json +1 -1
package/dist/cjs/client.js
CHANGED
|
@@ -177,7 +177,7 @@ class Client extends events_1.default {
|
|
|
177
177
|
this.autoReconnect = false;
|
|
178
178
|
this.http.stopAllRetries();
|
|
179
179
|
this.activeStanzaInstance.disconnect();
|
|
180
|
-
},
|
|
180
|
+
}, 5000, 'disconnecting streaming service');
|
|
181
181
|
}
|
|
182
182
|
async connect(connectOpts = { keepTryingOnFailure: false }) {
|
|
183
183
|
var _a;
|
|
@@ -351,7 +351,7 @@ class Client extends events_1.default {
|
|
|
351
351
|
return Client.version;
|
|
352
352
|
}
|
|
353
353
|
static get version() {
|
|
354
|
-
return '15.0.
|
|
354
|
+
return '15.0.2';
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
exports.Client = Client;
|
package/dist/deploy-info.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "developercenter-cdn/streaming-client",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.2",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
7
7
|
{
|
|
8
|
-
"file": "/v15.0.
|
|
8
|
+
"file": "/v15.0.2/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "/v15.0.
|
|
11
|
+
"file": "/v15.0.2/streaming-client.browser.js"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"file": "/v15/streaming-client.browser.ie.js"
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"file": "/v15/streaming-client.browser.js"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"build": "
|
|
21
|
-
"buildDate": "2022-12-
|
|
20
|
+
"build": "50",
|
|
21
|
+
"buildDate": "2022-12-20T20:17:26.874258Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
|
@@ -178,7 +178,7 @@ export class Client extends EventEmitter {
|
|
|
178
178
|
this.autoReconnect = false;
|
|
179
179
|
this.http.stopAllRetries();
|
|
180
180
|
this.activeStanzaInstance.disconnect();
|
|
181
|
-
},
|
|
181
|
+
}, 5000, 'disconnecting streaming service');
|
|
182
182
|
});
|
|
183
183
|
}
|
|
184
184
|
connect(connectOpts = { keepTryingOnFailure: false }) {
|
|
@@ -359,6 +359,6 @@ export class Client extends EventEmitter {
|
|
|
359
359
|
return Client.version;
|
|
360
360
|
}
|
|
361
361
|
static get version() {
|
|
362
|
-
return '15.0.
|
|
362
|
+
return '15.0.2';
|
|
363
363
|
}
|
|
364
364
|
}
|
package/dist/es/index.bundle.js
CHANGED
|
@@ -42869,7 +42869,7 @@ class Client extends EventEmitter {
|
|
|
42869
42869
|
this.autoReconnect = false;
|
|
42870
42870
|
this.http.stopAllRetries();
|
|
42871
42871
|
this.activeStanzaInstance.disconnect();
|
|
42872
|
-
},
|
|
42872
|
+
}, 5000, 'disconnecting streaming service');
|
|
42873
42873
|
});
|
|
42874
42874
|
}
|
|
42875
42875
|
connect(connectOpts = { keepTryingOnFailure: false }) {
|
|
@@ -43050,7 +43050,7 @@ class Client extends EventEmitter {
|
|
|
43050
43050
|
return Client.version;
|
|
43051
43051
|
}
|
|
43052
43052
|
static get version() {
|
|
43053
|
-
return '15.0.
|
|
43053
|
+
return '15.0.2';
|
|
43054
43054
|
}
|
|
43055
43055
|
}
|
|
43056
43056
|
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.2...HEAD)
|
|
8
|
+
# [v15.0.2](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.1...v15.0.2)
|
|
9
|
+
### Fixed
|
|
10
|
+
* [PCM-2045](https://inindca.atlassian.net/browse/PCM-2045) - increased timeout for disconnecting
|
|
11
|
+
|
|
8
12
|
# [v15.0.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.0...v15.0.1)
|
|
9
13
|
### Fixed
|
|
10
14
|
* [PCM-2045](https://inindca.atlassian.net/browse/PCM-2045) - fixed various issues with the latest release. 1) error in the streaming-client bundle when sending stats. This was due to a bad import syntax in webrtc.ts. 2) race condition for setting up spigot tests. This is happening because spigot is trying to setup a session before the ice servers have come back during bootstrap. 3) jid issues in webrtc.ts. We used to rely on the client.config.jid for the jid, but now we will pull it directly from the stanzaInstance, or it will be null.
|
package/dist/npm/client.js
CHANGED
|
@@ -177,7 +177,7 @@ class Client extends events_1.default {
|
|
|
177
177
|
this.autoReconnect = false;
|
|
178
178
|
this.http.stopAllRetries();
|
|
179
179
|
this.activeStanzaInstance.disconnect();
|
|
180
|
-
},
|
|
180
|
+
}, 5000, 'disconnecting streaming service');
|
|
181
181
|
}
|
|
182
182
|
async connect(connectOpts = { keepTryingOnFailure: false }) {
|
|
183
183
|
var _a;
|
|
@@ -351,7 +351,7 @@ class Client extends events_1.default {
|
|
|
351
351
|
return Client.version;
|
|
352
352
|
}
|
|
353
353
|
static get version() {
|
|
354
|
-
return '15.0.
|
|
354
|
+
return '15.0.2';
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
exports.Client = Client;
|