@arcware-cloud/pixelstreaming-websdk 1.4.9 → 1.4.10
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/core.cjs +1 -1
- package/core.mjs +1 -1
- package/core.umd.cjs +1 -1
- package/index.cjs +3 -2
- package/index.mjs +1 -1
- package/index.umd.cjs +3 -2
- package/package.json +1 -1
- package/types/core/ArcwareConfig.d.ts +1 -1
package/core.umd.cjs
CHANGED
|
@@ -16056,7 +16056,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
16056
16056
|
const mergedCustomization = Object.assign(Object.assign({}, ArcwareConfig.DEFAULT_CUSTOMIZATION), ((_e = config.customization) !== null && _e !== void 0 ? _e : {}));
|
|
16057
16057
|
const finalConfig = Object.assign(Object.assign({}, config), { initialSettings: mergedInitialSettings, settings: mergedSettings, customization: mergedCustomization });
|
|
16058
16058
|
super(finalConfig);
|
|
16059
|
-
this.VERSION = "1.4.
|
|
16059
|
+
this.VERSION = "1.4.10";
|
|
16060
16060
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
16061
16061
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
16062
16062
|
const env = (_f = config.envName) !== null && _f !== void 0 ? _f : "ragnarok";
|
package/index.cjs
CHANGED
|
@@ -22945,7 +22945,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
22945
22945
|
const mergedCustomization = Object.assign(Object.assign({}, ArcwareConfig.DEFAULT_CUSTOMIZATION), ((_e = config.customization) !== null && _e !== void 0 ? _e : {}));
|
|
22946
22946
|
const finalConfig = Object.assign(Object.assign({}, config), { initialSettings: mergedInitialSettings, settings: mergedSettings, customization: mergedCustomization });
|
|
22947
22947
|
super(finalConfig);
|
|
22948
|
-
this.VERSION = "1.4.
|
|
22948
|
+
this.VERSION = "1.4.10";
|
|
22949
22949
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
22950
22950
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
22951
22951
|
const env = (_f = config.envName) !== null && _f !== void 0 ? _f : "ragnarok";
|
|
@@ -25977,7 +25977,8 @@ class ArcwareApplication extends lib_pixelstreamingfrontend_ui_ue5_5_1.Applicati
|
|
|
25977
25977
|
pushLetter(letter) {
|
|
25978
25978
|
var _b;
|
|
25979
25979
|
this.loveLettersQueue.push(letter);
|
|
25980
|
-
|
|
25980
|
+
console.log(this.stream.config.settings.fetchRemoteWhiteLabelling);
|
|
25981
|
+
if (!((_b = this.stream.config.settings.whiteLabelling) === null || _b === void 0 ? void 0 : _b.hideLoveLetters) ||
|
|
25981
25982
|
!this.stream.config.settings.fetchRemoteWhiteLabelling) {
|
|
25982
25983
|
if (!this.isProcessingQueue) {
|
|
25983
25984
|
this.processLoveLetterQueue();
|