genesys-cloud-streaming-client 15.0.4-develop.36 → 15.0.4-develop.37

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.
@@ -17,6 +17,6 @@
17
17
  "file": "/v15/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "36",
21
- "buildDate": "2023-01-12T20:47:58.094092Z"
20
+ "build": "37",
21
+ "buildDate": "2023-01-20T21:07:30.319809Z"
22
22
  }
@@ -26725,6 +26725,7 @@ Object.defineProperty(interfaces, "__esModule", { value: true });
26725
26725
  var _this = _super.call(this) || this;
26726
26726
  _this.peerConnection = peerConnection;
26727
26727
  _this.haveConnectionMetrics = false;
26728
+ _this.statsArr = [];
26728
26729
  IS_BROWSER = typeof window !== 'undefined';
26729
26730
  _this.session = opts.session;
26730
26731
  _this.initiator = opts.initiator;
@@ -5,6 +5,9 @@ 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
7
  # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.3...HEAD)
8
+ ### Changed
9
+ * [PCM-2058](https://inindca.atlassian.net/browse/PCM-2058) - bump stats gatherer
10
+
8
11
  # [v15.0.3](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.0.2...v15.0.3)
9
12
  ### Changed
10
13
  * [no-jira] bump stats gatherer