@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.cjs
CHANGED
|
@@ -16046,7 +16046,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
16046
16046
|
const mergedCustomization = Object.assign(Object.assign({}, ArcwareConfig.DEFAULT_CUSTOMIZATION), ((_e = config.customization) !== null && _e !== void 0 ? _e : {}));
|
|
16047
16047
|
const finalConfig = Object.assign(Object.assign({}, config), { initialSettings: mergedInitialSettings, settings: mergedSettings, customization: mergedCustomization });
|
|
16048
16048
|
super(finalConfig);
|
|
16049
|
-
this.VERSION = "1.4.
|
|
16049
|
+
this.VERSION = "1.4.10";
|
|
16050
16050
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
16051
16051
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
16052
16052
|
const env = (_f = config.envName) !== null && _f !== void 0 ? _f : "ragnarok";
|