genesys-cloud-streaming-client 14.2.1-develop.21 → 14.2.1-develop.22
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 +1 -0
- package/dist/deploy-info.json +2 -2
- package/dist/es/client.js +1 -0
- package/dist/es/index.bundle.js +1 -0
- package/dist/npm/CHANGELOG.md +1 -0
- package/dist/npm/client.js +1 -0
- package/dist/streaming-client.browser.ie.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/v14/streaming-client.browser.ie.js +1 -1
- package/dist/v14/streaming-client.browser.js +1 -1
- package/dist/v14.2.1/streaming-client.browser.ie.js +1 -1
- package/dist/v14.2.1/streaming-client.browser.js +1 -1
- package/package.json +1 -1
package/dist/cjs/client.js
CHANGED
package/dist/deploy-info.json
CHANGED
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -43213,6 +43213,7 @@ function stanzaOptionsJwt(config) {
|
|
|
43213
43213
|
}
|
|
43214
43214
|
let wsHost = config.host.replace(/\/$/, '');
|
|
43215
43215
|
let stanzaOptions = {
|
|
43216
|
+
resource: config.jidResource,
|
|
43216
43217
|
transports: {
|
|
43217
43218
|
websocket: `${wsHost}/stream/jwt/${config.jwt}`
|
|
43218
43219
|
},
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,7 @@ 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
|
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.0...HEAD)
|
|
7
|
+
* [PCM-1988](https://inindca.atlassian.net/browse/PCM-1988) – Add jidResource support for jwt tokens.
|
|
7
8
|
|
|
8
9
|
### Added
|
|
9
10
|
* [PCM-1972](https://inindca.atlassian.net/browse/PCM-1972) – Added support for data channel messages if initially offered in the sdp
|