@arcware-cloud/pixelstreaming-websdk 1.1.18 → 1.1.20
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 +11 -1
- package/index.cjs.js +625 -408
- package/index.esm.js +626 -408
- package/index.umd.js +625 -408
- package/package.json +3 -3
- package/types/lib/ArcwareConfig.d.ts +1 -1
- package/types/lib/domain/ArcwareSettingsSchema.d.ts +2 -2
- package/types/shared/lib/Messages/Queue.d.ts +2 -2
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ Below is a simple example demonstrating how to use the WebSDK in an HTML file to
|
|
|
64
64
|
settings: {
|
|
65
65
|
// additional settings
|
|
66
66
|
},
|
|
67
|
-
}
|
|
67
|
+
}
|
|
68
68
|
);
|
|
69
69
|
|
|
70
70
|
document.getElementById("videoContainer").appendChild(Application.rootElement);
|
|
@@ -80,6 +80,16 @@ For more detailed examples and advanced usage, please refer to our documentation
|
|
|
80
80
|
|
|
81
81
|
# Changelog
|
|
82
82
|
|
|
83
|
+
### 1.1.20
|
|
84
|
+
|
|
85
|
+
- "fixing ZoD error on queuing"
|
|
86
|
+
|
|
87
|
+
### 1.1.19
|
|
88
|
+
|
|
89
|
+
- "@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "0.2.9"
|
|
90
|
+
- "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "1.1.0"
|
|
91
|
+
- "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5": "1.2.0"
|
|
92
|
+
|
|
83
93
|
### 1.1.18
|
|
84
94
|
|
|
85
95
|
- hotfix: PixelStreaming.websocketState now returning correct state
|