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.
- package/dist/deploy-info.json +2 -2
- package/dist/es/index.bundle.js +1 -0
- package/dist/npm/CHANGELOG.md +3 -0
- 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.4/streaming-client.browser.ie.js +1 -1
- package/dist/v15.0.4/streaming-client.browser.js +1 -1
- package/package.json +2 -2
package/dist/deploy-info.json
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -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;
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -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
|