@arcware-cloud/pixelstreaming-websdk 1.3.23 → 1.3.24

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/README.md CHANGED
@@ -80,7 +80,7 @@ For more detailed examples and advanced usage, please refer to our documentation
80
80
 
81
81
  # Changelog
82
82
 
83
- ### 1.3.23
83
+ ### 1.3.24
84
84
 
85
85
  - allowing json type payload for upcoming events feature
86
86
 
package/index.cjs.js CHANGED
@@ -15744,7 +15744,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
15744
15744
  if (!config.initialSettings.ss)
15745
15745
  config.initialSettings.ss = exports.DefaultUrl;
15746
15746
  super(config);
15747
- this.VERSION = "1.3.23";
15747
+ this.VERSION = "1.3.24";
15748
15748
  this.whiteLabellingChanged = new EventHandler_1.EventHandler();
15749
15749
  this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
15750
15750
  if (config.envName) {
@@ -21181,7 +21181,7 @@ class ArcwareApplication extends lib_pixelstreamingfrontend_ui_ue5_5_1.Applicati
21181
21181
  const t = (0, common_1.normalizeType)(obj["type"]);
21182
21182
  // route to exactly one callback
21183
21183
  if (t === "event") {
21184
- (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, response);
21184
+ (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, JSON.stringify(obj));
21185
21185
  return;
21186
21186
  }
21187
21187
  if (t === "filetransfer" || t === "createscreenshot") {
package/index.esm.js CHANGED
@@ -15654,7 +15654,7 @@ class ArcwareConfig extends _epicgames_ps_lib_pixelstreamingfrontend_ue5_5__WEBP
15654
15654
  if (!config.initialSettings.ss)
15655
15655
  config.initialSettings.ss = DefaultUrl;
15656
15656
  super(config);
15657
- this.VERSION = "1.3.23";
15657
+ this.VERSION = "1.3.24";
15658
15658
  this.whiteLabellingChanged = new _domain_EventHandler__WEBPACK_IMPORTED_MODULE_8__.EventHandler();
15659
15659
  this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
15660
15660
  if (config.envName) {
@@ -21249,7 +21249,7 @@ class ArcwareApplication extends _epicgames_ps_lib_pixelstreamingfrontend_ui_ue5
21249
21249
  const t = (0,_features_common__WEBPACK_IMPORTED_MODULE_13__.normalizeType)(obj["type"]);
21250
21250
  // route to exactly one callback
21251
21251
  if (t === "event") {
21252
- (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, response);
21252
+ (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, JSON.stringify(obj));
21253
21253
  return;
21254
21254
  }
21255
21255
  if (t === "filetransfer" || t === "createscreenshot") {
package/index.umd.js CHANGED
@@ -15754,7 +15754,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
15754
15754
  if (!config.initialSettings.ss)
15755
15755
  config.initialSettings.ss = exports.DefaultUrl;
15756
15756
  super(config);
15757
- this.VERSION = "1.3.23";
15757
+ this.VERSION = "1.3.24";
15758
15758
  this.whiteLabellingChanged = new EventHandler_1.EventHandler();
15759
15759
  this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
15760
15760
  if (config.envName) {
@@ -21191,7 +21191,7 @@ class ArcwareApplication extends lib_pixelstreamingfrontend_ui_ue5_5_1.Applicati
21191
21191
  const t = (0, common_1.normalizeType)(obj["type"]);
21192
21192
  // route to exactly one callback
21193
21193
  if (t === "event") {
21194
- (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, response);
21194
+ (_c = this.analyticsEventCallback) === null || _c === void 0 ? void 0 : _c.call(this, JSON.stringify(obj));
21195
21195
  return;
21196
21196
  }
21197
21197
  if (t === "filetransfer" || t === "createscreenshot") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcware-cloud/pixelstreaming-websdk",
3
3
  "description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
4
- "version": "1.3.23",
4
+ "version": "1.3.24",
5
5
  "type": "commonjs",
6
6
  "main": "./index.umd.js",
7
7
  "module": "./index.esm.js",