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.
@@ -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
- }, 1000, 'disconnecting streaming service');
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.1';
354
+ return '15.0.2';
355
355
  }
356
356
  }
357
357
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "15.0.1",
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.1/streaming-client.browser.ie.js"
8
+ "file": "/v15.0.2/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "/v15.0.1/streaming-client.browser.js"
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": "49",
21
- "buildDate": "2022-12-20T15:25:15.788891Z"
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
- }, 1000, 'disconnecting streaming service');
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.1';
362
+ return '15.0.2';
363
363
  }
364
364
  }
@@ -42869,7 +42869,7 @@ class Client extends EventEmitter {
42869
42869
  this.autoReconnect = false;
42870
42870
  this.http.stopAllRetries();
42871
42871
  this.activeStanzaInstance.disconnect();
42872
- }, 1000, 'disconnecting streaming service');
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.1';
43053
+ return '15.0.2';
43054
43054
  }
43055
43055
  }
43056
43056
 
@@ -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.1...HEAD)
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.
@@ -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
- }, 1000, 'disconnecting streaming service');
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.1';
354
+ return '15.0.2';
355
355
  }
356
356
  }
357
357
  exports.Client = Client;