@arcware-cloud/pixelstreaming-websdk 1.0.2 → 1.0.6

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.
@@ -9,21 +9,21 @@ export declare const WebSdkSettings: z.ZodObject<{
9
9
  settingsButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10
10
  connectionStrengthIcon: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- fullscreenButton?: boolean | undefined;
13
- stopButton?: boolean | undefined;
14
- audioButton?: boolean | undefined;
15
- infoButton?: boolean | undefined;
16
- micButton?: boolean | undefined;
17
- settingsButton?: boolean | undefined;
18
- connectionStrengthIcon?: boolean | undefined;
12
+ fullscreenButton?: boolean;
13
+ stopButton?: boolean;
14
+ audioButton?: boolean;
15
+ infoButton?: boolean;
16
+ micButton?: boolean;
17
+ settingsButton?: boolean;
18
+ connectionStrengthIcon?: boolean;
19
19
  }, {
20
- fullscreenButton?: boolean | undefined;
21
- stopButton?: boolean | undefined;
22
- audioButton?: boolean | undefined;
23
- infoButton?: boolean | undefined;
24
- micButton?: boolean | undefined;
25
- settingsButton?: boolean | undefined;
26
- connectionStrengthIcon?: boolean | undefined;
20
+ fullscreenButton?: boolean;
21
+ stopButton?: boolean;
22
+ audioButton?: boolean;
23
+ infoButton?: boolean;
24
+ micButton?: boolean;
25
+ settingsButton?: boolean;
26
+ connectionStrengthIcon?: boolean;
27
27
  }>>;
28
28
  init: z.ZodOptional<z.ZodObject<{
29
29
  KeyboardInput: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -35,62 +35,62 @@ export declare const WebSdkSettings: z.ZodObject<{
35
35
  ForceMonoAudio: z.ZodOptional<z.ZodBoolean>;
36
36
  HoveringMouse: z.ZodOptional<z.ZodBoolean>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- KeyboardInput?: boolean | undefined;
39
- MouseInput?: boolean | undefined;
40
- GamepadInput?: boolean | undefined;
41
- TouchInput?: boolean | undefined;
42
- XRControllerInput?: boolean | undefined;
43
- FakeMouseWithTouches?: boolean | undefined;
44
- ForceMonoAudio?: boolean | undefined;
45
- HoveringMouse?: boolean | undefined;
38
+ KeyboardInput?: boolean;
39
+ MouseInput?: boolean;
40
+ GamepadInput?: boolean;
41
+ TouchInput?: boolean;
42
+ XRControllerInput?: boolean;
43
+ FakeMouseWithTouches?: boolean;
44
+ ForceMonoAudio?: boolean;
45
+ HoveringMouse?: boolean;
46
46
  }, {
47
- KeyboardInput?: boolean | undefined;
48
- MouseInput?: boolean | undefined;
49
- GamepadInput?: boolean | undefined;
50
- TouchInput?: boolean | undefined;
51
- XRControllerInput?: boolean | undefined;
52
- FakeMouseWithTouches?: boolean | undefined;
53
- ForceMonoAudio?: boolean | undefined;
54
- HoveringMouse?: boolean | undefined;
47
+ KeyboardInput?: boolean;
48
+ MouseInput?: boolean;
49
+ GamepadInput?: boolean;
50
+ TouchInput?: boolean;
51
+ XRControllerInput?: boolean;
52
+ FakeMouseWithTouches?: boolean;
53
+ ForceMonoAudio?: boolean;
54
+ HoveringMouse?: boolean;
55
55
  }>>;
56
56
  }, "strict", z.ZodTypeAny, {
57
57
  conf?: {
58
- fullscreenButton?: boolean | undefined;
59
- stopButton?: boolean | undefined;
60
- audioButton?: boolean | undefined;
61
- infoButton?: boolean | undefined;
62
- micButton?: boolean | undefined;
63
- settingsButton?: boolean | undefined;
64
- connectionStrengthIcon?: boolean | undefined;
65
- } | undefined;
58
+ fullscreenButton?: boolean;
59
+ stopButton?: boolean;
60
+ audioButton?: boolean;
61
+ infoButton?: boolean;
62
+ micButton?: boolean;
63
+ settingsButton?: boolean;
64
+ connectionStrengthIcon?: boolean;
65
+ };
66
66
  init?: {
67
- KeyboardInput?: boolean | undefined;
68
- MouseInput?: boolean | undefined;
69
- GamepadInput?: boolean | undefined;
70
- TouchInput?: boolean | undefined;
71
- XRControllerInput?: boolean | undefined;
72
- FakeMouseWithTouches?: boolean | undefined;
73
- ForceMonoAudio?: boolean | undefined;
74
- HoveringMouse?: boolean | undefined;
75
- } | undefined;
67
+ KeyboardInput?: boolean;
68
+ MouseInput?: boolean;
69
+ GamepadInput?: boolean;
70
+ TouchInput?: boolean;
71
+ XRControllerInput?: boolean;
72
+ FakeMouseWithTouches?: boolean;
73
+ ForceMonoAudio?: boolean;
74
+ HoveringMouse?: boolean;
75
+ };
76
76
  }, {
77
77
  conf?: {
78
- fullscreenButton?: boolean | undefined;
79
- stopButton?: boolean | undefined;
80
- audioButton?: boolean | undefined;
81
- infoButton?: boolean | undefined;
82
- micButton?: boolean | undefined;
83
- settingsButton?: boolean | undefined;
84
- connectionStrengthIcon?: boolean | undefined;
85
- } | undefined;
78
+ fullscreenButton?: boolean;
79
+ stopButton?: boolean;
80
+ audioButton?: boolean;
81
+ infoButton?: boolean;
82
+ micButton?: boolean;
83
+ settingsButton?: boolean;
84
+ connectionStrengthIcon?: boolean;
85
+ };
86
86
  init?: {
87
- KeyboardInput?: boolean | undefined;
88
- MouseInput?: boolean | undefined;
89
- GamepadInput?: boolean | undefined;
90
- TouchInput?: boolean | undefined;
91
- XRControllerInput?: boolean | undefined;
92
- FakeMouseWithTouches?: boolean | undefined;
93
- ForceMonoAudio?: boolean | undefined;
94
- HoveringMouse?: boolean | undefined;
95
- } | undefined;
87
+ KeyboardInput?: boolean;
88
+ MouseInput?: boolean;
89
+ GamepadInput?: boolean;
90
+ TouchInput?: boolean;
91
+ XRControllerInput?: boolean;
92
+ FakeMouseWithTouches?: boolean;
93
+ ForceMonoAudio?: boolean;
94
+ HoveringMouse?: boolean;
95
+ };
96
96
  }>;
@@ -114,67 +114,79 @@ export declare const Send: {
114
114
  audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
115
115
  }, import("zod").ZodTypeAny, "passthrough">>;
116
116
  }, "strip", import("zod").ZodTypeAny, {
117
- type: "stats";
118
- stats: {
119
- codecs?: Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats> | undefined;
120
- candidatePair?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[] | undefined;
121
- localCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[] | undefined;
122
- remoteCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[] | undefined;
123
- DataChannelStats?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats | undefined;
124
- bytesReceived?: number | undefined;
125
- packetsLost?: number | undefined;
126
- frameWidth?: number | undefined;
127
- frameHeight?: number | undefined;
128
- framesDecoded?: number | undefined;
129
- framesPerSecond?: number | undefined;
130
- framesDropped?: number | undefined;
131
- videoCodec?: string | undefined;
132
- audioCodec?: string | undefined;
133
- browserInfo?: import("zod").objectOutputType<{
117
+ type?: "stats";
118
+ stats?: import("zod").objectOutputType<{
119
+ codecs: import("zod").ZodOptional<import("zod").ZodType<Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>, import("zod").ZodTypeDef, Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>>>;
120
+ candidatePair: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[]>>;
121
+ localCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
122
+ remoteCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
123
+ DataChannelStats: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats, import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats>>;
124
+ bytesReceived: import("zod").ZodOptional<import("zod").ZodNumber>;
125
+ packetsLost: import("zod").ZodOptional<import("zod").ZodNumber>;
126
+ frameWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
127
+ frameHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
128
+ framesDecoded: import("zod").ZodOptional<import("zod").ZodNumber>;
129
+ framesPerSecond: import("zod").ZodOptional<import("zod").ZodNumber>;
130
+ framesDropped: import("zod").ZodOptional<import("zod").ZodNumber>;
131
+ videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
132
+ audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
133
+ browserInfo: import("zod").ZodOptional<import("zod").ZodObject<{
134
134
  userAgent: import("zod").ZodOptional<import("zod").ZodString>;
135
135
  platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
136
136
  language: import("zod").ZodOptional<import("zod").ZodString>;
137
- }, import("zod").ZodTypeAny, "passthrough"> | undefined;
138
- currentRTT?: number | undefined;
139
- sessionRunTime?: string | undefined;
140
- controlsStreamInput?: string | undefined;
141
- videoEncoderAvgQP?: number | undefined;
142
- videoBitrate?: number | undefined;
143
- audioBitrate?: number | undefined;
144
- } & {
145
- [k: string]: unknown;
146
- };
137
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
138
+ userAgent: import("zod").ZodOptional<import("zod").ZodString>;
139
+ platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
140
+ language: import("zod").ZodOptional<import("zod").ZodString>;
141
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
142
+ userAgent: import("zod").ZodOptional<import("zod").ZodString>;
143
+ platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
144
+ language: import("zod").ZodOptional<import("zod").ZodString>;
145
+ }, import("zod").ZodTypeAny, "passthrough">>>;
146
+ currentRTT: import("zod").ZodOptional<import("zod").ZodNumber>;
147
+ sessionRunTime: import("zod").ZodOptional<import("zod").ZodString>;
148
+ controlsStreamInput: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
149
+ videoEncoderAvgQP: import("zod").ZodOptional<import("zod").ZodNumber>;
150
+ videoBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
151
+ audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
152
+ }, import("zod").ZodTypeAny, "passthrough">;
147
153
  }, {
148
- type: "stats";
149
- stats: {
150
- codecs?: Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats> | undefined;
151
- candidatePair?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[] | undefined;
152
- localCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[] | undefined;
153
- remoteCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[] | undefined;
154
- DataChannelStats?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats | undefined;
155
- bytesReceived?: number | undefined;
156
- packetsLost?: number | undefined;
157
- frameWidth?: number | undefined;
158
- frameHeight?: number | undefined;
159
- framesDecoded?: number | undefined;
160
- framesPerSecond?: number | undefined;
161
- framesDropped?: number | undefined;
162
- videoCodec?: string | undefined;
163
- audioCodec?: string | undefined;
164
- browserInfo?: import("zod").objectInputType<{
154
+ type?: "stats";
155
+ stats?: import("zod").objectInputType<{
156
+ codecs: import("zod").ZodOptional<import("zod").ZodType<Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>, import("zod").ZodTypeDef, Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>>>;
157
+ candidatePair: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[]>>;
158
+ localCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
159
+ remoteCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
160
+ DataChannelStats: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats, import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats>>;
161
+ bytesReceived: import("zod").ZodOptional<import("zod").ZodNumber>;
162
+ packetsLost: import("zod").ZodOptional<import("zod").ZodNumber>;
163
+ frameWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
164
+ frameHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
165
+ framesDecoded: import("zod").ZodOptional<import("zod").ZodNumber>;
166
+ framesPerSecond: import("zod").ZodOptional<import("zod").ZodNumber>;
167
+ framesDropped: import("zod").ZodOptional<import("zod").ZodNumber>;
168
+ videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
169
+ audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
170
+ browserInfo: import("zod").ZodOptional<import("zod").ZodObject<{
165
171
  userAgent: import("zod").ZodOptional<import("zod").ZodString>;
166
172
  platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
167
173
  language: import("zod").ZodOptional<import("zod").ZodString>;
168
- }, import("zod").ZodTypeAny, "passthrough"> | undefined;
169
- currentRTT?: number | undefined;
170
- sessionRunTime?: string | undefined;
171
- controlsStreamInput?: string | undefined;
172
- videoEncoderAvgQP?: number | undefined;
173
- videoBitrate?: number | undefined;
174
- audioBitrate?: number | undefined;
175
- } & {
176
- [k: string]: unknown;
177
- };
174
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
175
+ userAgent: import("zod").ZodOptional<import("zod").ZodString>;
176
+ platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
177
+ language: import("zod").ZodOptional<import("zod").ZodString>;
178
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
179
+ userAgent: import("zod").ZodOptional<import("zod").ZodString>;
180
+ platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
181
+ language: import("zod").ZodOptional<import("zod").ZodString>;
182
+ }, import("zod").ZodTypeAny, "passthrough">>>;
183
+ currentRTT: import("zod").ZodOptional<import("zod").ZodNumber>;
184
+ sessionRunTime: import("zod").ZodOptional<import("zod").ZodString>;
185
+ controlsStreamInput: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
186
+ videoEncoderAvgQP: import("zod").ZodOptional<import("zod").ZodNumber>;
187
+ videoBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
188
+ audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
189
+ }, import("zod").ZodTypeAny, "passthrough">;
178
190
  }>;
179
191
  };
180
192
  export type Send = "onVideoInitialized";
@@ -1,136 +0,0 @@
1
- # Dependency Licenses
2
-
3
- ## zod
4
-
5
- [zod](https://github.com/colinhacks/zod/blob/master/LICENSE) is licensed under the MIT License.
6
-
7
- > MIT License
8
- >
9
- > Copyright (c) 2020 Colin McDonnell
10
- >
11
- > Permission is hereby granted, free of charge, to any person obtaining a copy
12
- > of this software and associated documentation files (the "Software"), to deal
13
- > in the Software without restriction, including without limitation the rights
14
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- > copies of the Software, and to permit persons to whom the Software is
16
- > furnished to do so, subject to the following conditions:
17
- >
18
- > The above copyright notice and this permission notice shall be included in all
19
- > copies or substantial portions of the Software.
20
- >
21
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- > SOFTWARE.
28
-
29
- ## moment.js
30
-
31
- [moment.js](https://github.com/moment/moment/blob/develop/LICENSE) is licensed under the MIT License.
32
-
33
- > Copyright (c) JS Foundation and other contributors
34
- >
35
- > Permission is hereby granted, free of charge, to any person
36
- > obtaining a copy of this software and associated documentation
37
- > files (the "Software"), to deal in the Software without
38
- > restriction, including without limitation the rights to use,
39
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
40
- > copies of the Software, and to permit persons to whom the
41
- > Software is furnished to do so, subject to the following
42
- > conditions:
43
- >
44
- > The above copyright notice and this permission notice shall be
45
- > included in all copies or substantial portions of the Software.
46
- >
47
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
48
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
49
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
50
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
51
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
52
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
53
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
54
- > OTHER DEALINGS IN THE SOFTWARE.
55
-
56
- ## loadash
57
-
58
- [loadash](https://github.com/lodash/lodash/blob/main/LICENSE) is licensed under the MIT License.
59
-
60
- > The MIT License
61
- >
62
- > Copyright JS Foundation and other contributors <https://js.foundation/>
63
- >
64
- > Based on Underscore.js, copyright Jeremy Ashkenas,
65
- > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
66
- >
67
- > This software consists of voluntary contributions made by many
68
- > individuals. For exact contribution history, see the revision history
69
- > available at [https://github.com/lodash/lodash](https://github.com/lodash/lodash)
70
- >
71
- > The following license applies to all parts of this software except as
72
- > documented below:
73
- >
74
- > ====
75
- >
76
- > Permission is hereby granted, free of charge, to any person obtaining
77
- > a copy of this software and associated documentation files (the
78
- > "Software"), to deal in the Software without restriction, including
79
- > without limitation the rights to use, copy, modify, merge, publish,
80
- > distribute, sublicense, and/or sell copies of the Software, and to
81
- > permit persons to whom the Software is furnished to do so, subject to
82
- > the following conditions:
83
- >
84
- > The above copyright notice and this permission notice shall be
85
- > included in all copies or substantial portions of the Software.
86
- >
87
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
88
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
89
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
90
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
91
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
92
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
93
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
94
- >
95
- > ====
96
- >
97
- > Copyright and related rights for sample code are waived via CC0. Sample
98
- > code is defined as all source code displayed within the prose of the
99
- > documentation.
100
- >
101
- > CC0: [http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/)
102
- >
103
- > ====
104
- >
105
- > Files located in the node_modules and vendor directories are externally
106
- > maintained libraries used by this software which have their own
107
- > licenses; we recommend you read them, as their terms may differ from the
108
- > terms above.
109
-
110
- ## lottie-web
111
-
112
- [lottie-web](https://github.com/airbnb/lottie-web/blob/master/LICENSE.md) is licensed under the MIT License.
113
-
114
- > The MIT License (MIT)
115
- >
116
- > Copyright (c) 2015 Bodymovin
117
- >
118
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
119
- >
120
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
121
- >
122
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
123
-
124
- ## EpicGames
125
-
126
- [@epicgames-ps/lib-pixelstreamingfrontend-ue5.2](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md) is licensed under the MIT License.
127
-
128
- [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.2](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md) is licensed under the MIT License.
129
-
130
- > Copyright 2004-2022, Epic Games, Inc.
131
- >
132
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
133
- >
134
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
135
- >
136
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.